News

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.
Jupyter Notebook or JupyterLab? Jupyter is available in two flavors: the standard Jupyter Notebook and JupyterLab. The latter is intended to be a fuller-featured version, similar to an IDE.
Google Colaboratory, or "Colab" as most people call it, is a cloud-based Jupyter notebook environment. It runs in your web browser (you can even run it on your favorite Chromebook) and lets anyone ...
IDEs and code editors are your best friends when you want to write, modify, and execute your self-written programs. But in the vast ecosystem of coding apps, Jupyter Notebook stands out with its ...
Joel Bennet does what he calls literate devops — which is similar to literate programming using Jupyter and — of all things — Powershell in the video below. Jupyter is not magic.
Data visualizations. Most people have their first exposure to Jupyter Notebook by way of a data visualization, a shared notebook that includes a rendering of some data set as a graphic.