Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56ef890

Browse files
committed
updated
1 parent fd10912 commit 56ef890

File tree

16 files changed

+69
-13
lines changed

16 files changed

+69
-13
lines changed

‎.idea/.gitignore‎

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/encodings.xml‎

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/inspectionProfiles/profiles_settings.xml‎

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/misc.xml‎

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/modules.xml‎

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/python-tutorial-notebooks.iml‎

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/vcs.xml‎

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎notebooks/Abbreviations_extraction.ipynb‎

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,34 @@
7777
},
7878
{
7979
"cell_type": "code",
80-
"execution_count": 1,
81-
"metadata": {},
80+
"metadata": {
81+
"ExecuteTime": {
82+
"end_time": "2024年10月12日T22:09:49.664703Z",
83+
"start_time": "2024年10月12日T22:09:49.577171Z"
84+
}
85+
},
86+
"source": [
87+
"from ipyfilechooser import FileChooser\n",
88+
"fc = FileChooser()\n",
89+
"display(fc)"
90+
],
8291
"outputs": [
8392
{
8493
"data": {
94+
"text/plain": [
95+
"FileChooser(path='/home/damir/Dropbox/Develop/python-tutorial-notebooks/notebooks', filename='', title='', sho..."
96+
],
8597
"application/vnd.jupyter.widget-view+json": {
86-
"model_id": "fcdb1ff94cf747b7b05f4cee624991e7",
8798
"version_major": 2,
88-
"version_minor": 0
89-
},
90-
"text/plain": [
91-
"FileChooser(path='C:\\Users\\damir\\Dropbox\\Develop\\python-tutorial-notebooks\\notebooks', filename='', title='', ..."
92-
]
99+
"version_minor": 0,
100+
"model_id": "269f186dc6774c52a35f298533f18429"
101+
}
93102
},
94103
"metadata": {},
95104
"output_type": "display_data"
96105
}
97106
],
98-
"source": [
99-
"from ipyfilechooser import FileChooser\n",
100-
"fc = FileChooser()\n",
101-
"display(fc)"
102-
]
107+
"execution_count": 1
103108
},
104109
{
105110
"cell_type": "markdown",

‎notebooks/data/StanfordSentimentTreebank/README.txt‎

100644100755
File mode changed.

‎notebooks/data/StanfordSentimentTreebank/SOStr.txt‎

100644100755
File mode changed.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /