Giter Club home page Giter Club logo

pyplan-ide's Introduction

Pyplan

Pyplan provides a Python development environment intended for easily creating and deploying data analytics apps. Different than a Jupyter Notebook, where code is structured as a list of sentences, in Pyplan code is contained in nodes that work as calculation steps, organized in a hierarchical influence diagram. Nodes can be evaluated, and its result inspected through a console output or rendered as a table or graph. User interfaces are created dragging nodes on a canvas. Final apps can be shared with one click to general audience.

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

Screenshots

Influence Diagram

Influence Diagram

Interfaces (dashboards)

Interfaces

It includes many tutorials, examples and demos

Demos

Requirements

Installing and running Pyplan

You can install Pyplan in your computer following the instructions below. In order to publish your apps or run Pyplan online, you will need to create an account here.

Installing using Conda

# Install
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

# Run
conda activate
pyplan

Installing using PIP

On Linux:

Open the terminal and run this commands:

# Install
python3.7 -m venv pyplan
. pyplan/bin/activate
pip install --upgrade pip
pip install pyplan-ide

# Run
. pyplan/bin/activate
pyplan

On Windows:

Open the command line (CMD) and run this commands:

# Install
python3.7 -m venv pyplan
pyplan\Scripts\activate.bat
pip install --upgrade pip
pip install pyplan-ide

# Run
pyplan\Scripts\activate.bat
pyplan

Using Anaconda Navigator

Install

  1. Create and select new environment "pyplan-ide" for Python 3.7

    Restart Anaconda Navigator

  2. Add pyplan and conda-forge channels

    Restart Anaconda Navigator

  3. Find pyplan-ide app on Home section and click Install

Important

If doing an upgrade, first restart Anaconda Navigator in order to close any active Pyplan process.

This message will appear, make sure that pyplan-ide is selected.

Restart Anaconda Navigator

Run

  • Click launch on pyplan-ide app

User Guide

For User Guide please visit docs.pyplan.org

Community Support

For Community Support please visit community.pyplan.org

pyplan-ide's People

Contributors

chrahunt avatar fbove avatar fbrussa-novix avatar jonathangriguol avatar jorgedouglas71 avatar lucaslascano avatar ncardcaptor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyplan-ide's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.