We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d15537 + e15b4b4 commit 5cacdb0Copy full SHA for 5cacdb0
2 files changed
languages/old-norse/old-norse-tutorial.ipynb
@@ -54,9 +54,9 @@
54
"```bash\n",
55
"$ ipython profile create\n",
56
"$ ipython locate\n",
57
- "$ nano ~/profile_default/ipython_config.py\n",
+ "$ nano ~/.ipython/profile_default/ipython_config.py\n",
58
"```\n",
59
- "Add it a the end of the file (without '#'):\n",
+ "Add it a the end of the file:\n",
60
"```python\n",
61
"c.InteractiveShellApp.exec_lines = [\n",
62
" 'import sys; sys.path.append(\"~/cltk_data/old_norse\")'\n",
@@ -144,7 +144,6 @@
144
}
145
],
146
"source": [
147
- "import sys\n",
148
"from old_norse.text.old_norse_texts_heimskringla.text_manager import *\n",
149
"corpus_path = USER_PATH+\"/cltk_data/old_norse/text/old_norse_texts_heimskringla\"\n",
150
"here = os.getcwd()\n",
0 commit comments