Skip to content

Commit 5cacdb0

Browse files
authored
Merge pull request #15 from clemsciences/runes
Notebook for runes: update
2 parents 8d15537 + e15b4b4 commit 5cacdb0

2 files changed

Lines changed: 141 additions & 59 deletions

File tree

languages/old-norse/old-norse-tutorial.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"```bash\n",
5555
"$ ipython profile create\n",
5656
"$ ipython locate\n",
57-
"$ nano ~/profile_default/ipython_config.py\n",
57+
"$ nano ~/.ipython/profile_default/ipython_config.py\n",
5858
"```\n",
59-
"Add it a the end of the file (without '#'):\n",
59+
"Add it a the end of the file:\n",
6060
"```python\n",
6161
"c.InteractiveShellApp.exec_lines = [\n",
6262
" 'import sys; sys.path.append(\"~/cltk_data/old_norse\")'\n",
@@ -144,7 +144,6 @@
144144
}
145145
],
146146
"source": [
147-
"import sys\n",
148147
"from old_norse.text.old_norse_texts_heimskringla.text_manager import *\n",
149148
"corpus_path = USER_PATH+\"/cltk_data/old_norse/text/old_norse_texts_heimskringla\"\n",
150149
"here = os.getcwd()\n",

0 commit comments

Comments
 (0)