Skip to content

Commit 0a41cf7

Browse files
committed
Install kernel with --user
1 parent 2058370 commit 0a41cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gaussians.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"source activate tensorflow\n",
4343
"\n",
4444
"# install the IPython kernel for the Jupyter notebook\n",
45-
"ipython kernel install --name=tensorflow --display-name=tensorflow\n",
45+
"ipython kernel install --user --name=tensorflow --display-name=tensorflow\n",
4646
"\n",
4747
"# install tensorflow\n",
4848
"conda install -c conda-forge tensorflow\n",

0 commit comments

Comments
 (0)