Skip to content

Pyplan is a graphical Integrated Development Environment for creating and sharing Data Analytics Apps.

License

Notifications You must be signed in to change notification settings

jonathangriguol/pyplan-ide

 
 

Repository files navigation

image

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

Requirements

Installation

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

Run Pyplan

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

About

Pyplan is a graphical Integrated Development Environment for creating and sharing Data Analytics Apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.1%
  • HTML 6.3%
  • JavaScript 5.3%
  • Other 0.3%