We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed06588 commit 8e003fbCopy full SHA for 8e003fb
1 file changed
README.md
@@ -44,24 +44,11 @@ We recommend installing Anaconda (virtual environment).
44
```
45
pip install visualpython
46
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
56
57
**3) Enable the package**
58
59
visualpy install
60
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
65
66
**4) Activate Visual Python on Jupyter Notebook**
67
0 commit comments