Skip to content

Commit ad76dc0

Browse files
committed
Update installation notebook to correct Jupyter package installation instructions
1 parent 3ac3aea commit ad76dc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

notebooks/installation.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
"or \n",
5656
"`conda activate plast`\n",
5757
"\n",
58-
"If you plan to use Jupyter notebooks, install the `ipykernel` package as well: \n",
58+
"If you plan to use Jupyter notebooks, install the `jupyter` package as well: \n",
59+
"`mamba install jupyter` \n",
60+
"or \n",
61+
"`conda install jupyter`\n",
62+
"If you use VS Code and only need notebook support through the Python extension, install just the `ipykernel` package:\n",
5963
"`mamba install ipykernel` \n",
6064
"or \n",
6165
"`conda install ipykernel`\n"

0 commit comments

Comments
 (0)