Pyplan allows consolidating into a single graphical environment all corporate Data Analytics and Decision Support needs. It is meant to simplify Business Analyst introduction to Data Science with Python, and provide at the same time, computer power, robustness, huge quantity of open source tools and corporate governance.
Among its most prominent features you will find:
- Assisted drag and drop graphical programming
- Visual Influence Diagram to represent logic flow
- Easy creation of interactive user interfaces
- Empowered collaboration by one click publishing and sharing
- Secure and scalable with corporate standards
- On cloud or on-premise deployment
You can install Pyplan using pip:
Linux/Mac:
python3.7 -m venv pyplan
. pyplan/bin/activate
pip install pyplan-ide
Windows:
python3.7 -m venv pyplan
pyplan\Scripts\activate.bat
pip install pyplan-ide
Install Pyplan using conda:
conda config --append channels pyplan
conda config --append channels conda-forge
conda create -n pyplan-ide python=3.7
conda activate pyplan-ide
conda install pyplan-ide
Or install Pyplan using Anaconda Navigator:
create and select new environment "pyplan-ide"
add channel pyplan
add channel conda-forge
go to home
find "pyplan-ide" app on Navigator and click Install
then click Launch
You can run Pyplan with these commands:
Linux/Mac:
. pyplan/bin/activate
pyplan
Windows:
pyplan\Scripts\activate.bat
pyplan
conda:: : Start terminal an type: pyplan
Anaconda Navigator:: : Click launch on pyplan-ide app