Jupyter Notebook
The Jupyter Notebook environment works exactly as the server-client application would normally ― except you don't need to install anything!
Jupyter Notebook allows you to display, edit, and run notebook documents in your local environment. The control panel also gives you the ability to create, upload, and manage notebooks, text files, datasets, and folders. Notebooks and files can even be downloaded and shared with others!
Common uses include data analysis and visualization, statistical modeling, machine learning, and more. With interactive output, we support notebooks written in Python 2 and Python 3. We also support markdown, images, videos, and LaTeX.
You can install any software using the Terminal, then import them directly into your notebook.
Here is an example project using Jupyter Notebooks:

Last modified 3yr ago