News

As someone who often works with Python scripts, Jupyter Notebook is my favorite tool for making notes during lectures and sharing my painstakingly-written code with my programming friends and rivals.
Jupyter Notebook installation and setup The easiest way to create and work with Jupyter Notebooks for Python is to set up an instance of the Anaconda distribution of Python.
Getting started with Anaconda Python 3/Jupyter and running scripts By this point, you should have installed Anaconda Python 3. Below are a few steps to test your distribution and get familiar with how ...
Any Python module that runs well in a notebook interface (essentially, anything that writes to stdout as part of its behavior) is a good candidate for this. Sharing code and data generally.