Skip to content

Commit 760fbdb

Browse files
authored
Update PYTHON_INTERACTIVE_DIRECTIONS (microsoft#3237)
* Update PYTHON_INTERACTIVE_DIRECTIONS * More directions
1 parent 8ab775f commit 760fbdb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

PYTHON_INTERACTIVE_TROUBLESHOOTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can do this in a number of different ways:
2929

3030
Anaconda 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
3333
1. Start anaconda environment
3434
1. Run 'conda install jupyter'
3535
1. 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
4647
1. python -m pip install jupyter
47-
1. python -m pip install notebook
48-
1. python -m pip install nbconvert
4948
1. Restart VS Code
5049
1. Pick the Python environment you did the pip install in
50+
51+
For more information see
52+
http://jupyter.org/install

0 commit comments

Comments
 (0)