Skip to content

Commit

Permalink
Note about Jupyter and kernel management
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpotts committed Apr 2, 2018
1 parent 2ca6bfb commit 074d4a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,13 @@
"\n",
"This should launch a browser that takes you to a view of the directory you're in. You can then open notebooks for working and create new notebooks.\n",
"\n",
"A major advantage of working with Anaconda is that you can switch virtual environments from inside a notebook, via the __Kernal__ menu."
"A major advantage of working with Anaconda is that you can switch virtual environments from inside a notebook, via the __Kernel__ menu. If this isn't an option for you, then run this command while inside your virtual environment:\n",
"\n",
"```python -m ipykernel install --user --name nlu --display-name \"nlu\"```\n",
"\n",
"(If you named your environment something other than `nlu`, then change the `--name` and `--display-name` values.) \n",
"\n",
"[Additional discussion of Jupyter and kernels.](https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook)"
]
},
{
Expand Down

0 comments on commit 074d4a6

Please sign in to comment.