Skip to content

Commit 8e003fb

Browse files
authored
Update README.md
1 parent ed06588 commit 8e003fb

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,11 @@ We recommend installing Anaconda (virtual environment).
4444
```
4545
pip install visualpython
4646
```
47-
NOTE : Depending on your virtual environment settings, you may need to install Jupyter Extensions.<br>
48-
To install Jupyter Extension, use commands either:
49-
```
50-
pip install jupyter_contrib_nbextensions
51-
```
52-
or <br>
53-
```
54-
conda install -c conda-forge jupyter_contrib_nbextensions
55-
```
5647

5748
**3) Enable the package**
5849
```
5950
visualpy install
6051
```
61-
NOTE : If you are using multiple versions of Python, specify the pip version as 3 like the following. <br>
62-
```
63-
visualpy install --pip3
64-
```
6552

6653
**4) Activate Visual Python on Jupyter Notebook**
6754

0 commit comments

Comments
 (0)