Visual Python Documentation
Search…
GETTING STARTED
Welcome to Visual Python
How to install
Installing FAQ
TUTORIALS
Data Preparation
Data Exploration
Data Transformation
RESOURCES
License
Brand Story
Community
Powered By
GitBook
Installing FAQ
Which web browsers does Visual Python support?
Visual Python may work on many up-to-date browsers but it is optimized for Chrome.
I installed Visual Python, but the orange button does not appear on my Jupyter Notebook.
This can happen if the you're using a Python version is not 3.x.
1.
Please upgrade to Python 3.x, or
2.
If you are using multiple versions of Python, specify the pip version as 3 using the following command:
NOTE:
Please uninstall before reinstalling.
1
pip uninstall visualpython
Copied!
1
visualpy install —pip3
Copied!
How can I install Visual Python behind a corporate firewall?
If pip installation gives you SSLError, it can be solved using the following command:
1
pip install visualpython --trusted-host pypi.org --trusted-host files.pythonhosted.org
Copied!
To upgrade Visual Python in the same environment, follow the steps below.
1) Upgrade Visual Python package.
1
pip install visualpython --upgrade --trusted-host pypi.org --trusted-host files.pythonhosted.org
Copied!
2) Enable the package.
1
visualpy install
Copied!
GETTING STARTED - Previous
How to install
Next - TUTORIALS
Data Preparation
Last modified
2mo ago
Copy link
Contents
Which web browsers does Visual Python support?
I installed Visual Python, but the orange button does not appear on my Jupyter Notebook.
How can I install Visual Python behind a corporate firewall?