Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Pyplan is a graphical Integrated Development Environment for creating and sharing Data Analytics Apps.
.. image:: http://pyplan.com/wp-content/uploads/2018/10/logo_pyplan-1.png
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:
python 3.7 <https://www.python.org/downloads/release/python-375/>
_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 <https://my.pyplan.org>
_
Installing using PIP:
On Linux/Mac:
Open the terminal and run this commands::
python3.7 -m venv pyplan . pyplan/bin/activate pip install --upgrade pip pip install pyplan-ide
. pyplan/bin/activate pyplan
On Windows:
Open the command line (CMD) and run this commands::
python3.7 -m venv pyplan pyplan\Scripts\activate.bat pip install --upgrade pip pip install pyplan-ide
pyplan\Scripts\activate.bat pyplan
Using Anaconda Navigator:
Install::
Important:
If doing an upgrade, first restart Anaconda Navigator in order to close any active Pyplan process.
A message will appear, make sure that pyplan-ide is selected.
Run::
Alternatively you can also install it 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
conda activate pyplan
For User Guide please visit docs.pyplan.org <http://docs.pyplan.org>
_
For Community Support please visit community.pyplan.org <http://community.pyplan.org>
_
FAQs
Pyplan is a graphical Integrated Development Environment for creating and sharing Data Analytics Apps.
We found that pyplan-ide demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.