How to install

This document will show how to install Visual Python.

circle-info

Visual Python is an extension to Jupyter Labarrow-up-right, Jupyter Notebookarrow-up-right and Google Colabarrow-up-right, so you must have one of these environments installed already.


If you prefer a simpler solution, consider Visual Python Desktoparrow-up-right. It will establish an isolated python environment quickly and help you start Visual Python easily.

Pip Installation for Jupyter Lab

1. Install package from

pip install jupyterlab-visualpython

2. Activate Visual Python on Jupyter Lab

Click orange square button on the right side of the Jupyter Lab side bar.

Pip Installation for Jupyter Notebook

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 right side of the Jupyter Notebook menu.

4. Package Control Info

Version Check

Version Upgrade

Uninstall

Help Menu

Chrome extension Installation for Google Colab

1. Install package from chrome web store

Visual Python for Colab on chrome web store

2. Open Google Colab

Google Colab Environment

3. Activate Visual Python on Google Colab

Click orange square button on the top-right side of the browser.

Last updated