Skip to content

Commit

Permalink
Merge pull request #15 from shimoura/enhance-notebook-tutorial
Browse files Browse the repository at this point in the history
Small fix to package installation command in humam_tutorial.ipynb
  • Loading branch information
shimoura authored Nov 26, 2024
2 parents def1b94 + be85b47 commit 934d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humam_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"outputs": [],
"source": [
"# If using the Kernel EBRAINS-24.04, install the following missing packages. Otherwise, comment out the following line.\n",
"!pip install dicthash xlrd"
"!pip install dicthash nnmt"
]
},
{
Expand Down

0 comments on commit 934d72e

Please sign in to comment.