How to install
Requirements
Visual Python is developed as an extension on Jupyter Notebook.
We recommend installing Anaconda (virtual environment).
Pip Installation
1. Open Anaconda Prompt
Windows : Click Start > Search or Select 'Anaconda Prompt'
Mac : Open Launchpad > Select 'Terminal'
2. Install package from
pip install visualpython |
(Optional)
Depending on your virtual environment settings, you may need to install Jupyter Extensions.
To install Jupyter Extension, use commands either:
pip install jupyter_contrib_nbextensions |
or
conda install -c conda-forge jupyter_contrib_nbextensions |
3. Enable the package
visualpy install |
NOTE : If you are using multiple versions of Python, specify the pip version as 3 uisng the following command:
visualpy install --pip3 |
4. Activate Visual Python on Jupyter Notebook
Click orange square button on the right side of the Jupyter Notebook menu.
5. Package Control Info
Version Check
visualpy version |
Version Upgrade
visualpy upgrade |
Uninstall
visualpy uninstall |
Help Menu
visualpy help |