Skip to content

Commit afed999

Browse files
committed
remove sys
1 parent 7107ea5 commit afed999

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

topicnet/demos/PostNauka-Recipe.ipynb

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,6 @@
5858
"from IPython.display import display_html"
5959
]
6060
},
61-
{
62-
"cell_type": "code",
63-
"execution_count": 4,
64-
"metadata": {},
65-
"outputs": [],
66-
"source": [
67-
"import sys"
68-
]
69-
},
70-
{
71-
"cell_type": "code",
72-
"execution_count": 5,
73-
"metadata": {},
74-
"outputs": [],
75-
"source": [
76-
"sys.path.insert(0, '../..')"
77-
]
78-
},
7961
{
8062
"cell_type": "code",
8163
"execution_count": 6,
@@ -1894,9 +1876,9 @@
18941876
],
18951877
"metadata": {
18961878
"kernelspec": {
1897-
"display_name": "topicnet",
1879+
"display_name": "Python 3",
18981880
"language": "python",
1899-
"name": "topicnet"
1881+
"name": "python3"
19001882
},
19011883
"language_info": {
19021884
"codemirror_mode": {
@@ -1908,7 +1890,7 @@
19081890
"name": "python",
19091891
"nbconvert_exporter": "python",
19101892
"pygments_lexer": "ipython3",
1911-
"version": "3.6.10"
1893+
"version": "3.6.8"
19121894
}
19131895
},
19141896
"nbformat": 4,

0 commit comments

Comments
 (0)