Installing FAQ
Frequently Asked Questions.
Which web browsers does Visual Python support?
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.
Please upgrade to Python 3.x, or
If you are using multiple versions of Python, specify the pip version as 3 using the following command:
NOTE: Please uninstall before reinstalling.
pip uninstall visualpythonvisualpy install —pip3How can I install Visual Python behind a corporate firewall?
If pip installation gives you SSLError, it can be solved using the following command:
pip install visualpython --trusted-host pypi.org --trusted-host files.pythonhosted.orgTo upgrade Visual Python in the same environment, follow the steps below.
1) Upgrade Visual Python package.
pip install visualpython --upgrade --trusted-host pypi.org --trusted-host files.pythonhosted.org 2) Enable the package.
visualpy installLast updated