File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ You can do this in a number of different ways:
2929
3030Anaconda is a popular Python distribution. It makes it super easy to get Jupyter up and running.
3131
32- If you're already using Anaconda, follow these steps to get jupyter
32+ If you're already using Anaconda, follow these steps to get Jupyter
33331 . Start anaconda environment
34341 . Run 'conda install jupyter'
35351 . Restart VS Code
@@ -41,10 +41,12 @@ https://www.anaconda.com/download
4141
4242#### Pip
4343
44- You can also install Jupyter using pip. This is a little more work because you have to specify a number of sub packages too
44+ You can also install Jupyter using pip.
4545
46+ 1 . python -m pip install --upgrade pip
46471 . python -m pip install jupyter
47- 1 . python -m pip install notebook
48- 1 . python -m pip install nbconvert
49481 . Restart VS Code
50491 . Pick the Python environment you did the pip install in
50+
51+ For more information see
52+ http://jupyter.org/install
You can’t perform that action at this time.
0 commit comments