Visual Python is a GUI-based Python code generator, developed on the Jupyter Notebook as an extension.
Visual Python is an open source project started for students who struggle with coding during Python classes for data science.
Try Visual Python if you would like to:
- manage big data with minimal coding skills.
- help students / business analysts / researchers to overcome learning barriers for Python.
- save & reuse repeatedly used codes(snippets).
Visual Python is a Jupyter Notebook extension.
We recommend installing Anaconda (virtual environment).
- Python version 3.x
- Jupyter notebook or Anaconda env
1) Open Anaconda prompt
- Windows : Click Start > Search or Select 'Anaconda Prompt'
- Mac : Open Launchpad > Select 'Terminal'
2) Install package from
pip install visualpython
3) Enable the package
visualpy install
4) Activate Visual Python on Jupyter Notebook
Click orange square button on the right side of the Jupyter Notebook menu.
- Usage: visualpy [option]
- Optional arguments:
help - show help menu
install - install packages
uninstall - uninstall packages
upgrade - version upgrade
version - version check

