How to install Visual Python as an extension.
Requirements
Visual Python is an extension to Jupyter Lab, Jupyter Notebook and Google Colab.
You must have one of these environment installed already.
- Python version 3.x
- Jupyter Lab or Jupyter Notebook or Google Colab environment
Getting started with Jupyter Lab
1. Install package from PyPI
pip install jupyterlab-visualpython |
๐ก If you are using Jupyter Lab version 3.x and older, please install 2.5.0 version of jupyterlab-visualpython package.
pip install jupyterlab-visualpython==2.5.0
2. Activate Visual Python on Jupyter Lab
Click orange square button on the right side of the Jupyter Lab menu.
Getting started with Jupyter Notebook 7
๐ก If you are using Jupyter Notebook 7 or newer version, you have to install jupyterlab-visualpython package.
1. Install package from
pip install jupyterlab-visualpython |
2. Activate Visual Python on Jupyter Notebook
Click orange square button on the toolbar of Jupyter Notebook.
Getting started with Jupyter Notebook (for 6.x.x and older version)
1. Install package from
pip install visualpython |
2. Enable the package
visualpy install |
3. Activate Visual Python on Jupyter Notebook
Click orange square button on the toolbar of Jupyter Notebook.
Getting started with Google Colab
1. Install package from Chrome Web Store
Install Visual Python for Colab from chrome web store
2. Open Google Colab
Open Google Colab
3. Activate 'Visual Python for Colab' by clicking icon
Click orange square button on the top-right bar of the chrome browser.