

This tutorial will walk you through setting up Jupyter Notebook to run from an Ubuntu 20.04 server, as well as demonstrate how to connect to and use the notebook from a local machine via tunnelling. They can therefore be an excellent tool to use for data-driven or programming-based presentations, or as a teaching tool. Jupyter Notebooks (or just “Notebooks”) are documents produced by the Jupyter Notebook app which contain both computer code and rich text elements (paragraph, equations, figures, links, etc.) which aid in presenting and sharing reproducible research.

It is often used for working with data, statistical modeling, and machine learning. This tool can be used with several programming languages, including Python, Julia, R, Haskell, and Ruby. Jupyter Notebook is an open-source web application that lets you create and share interactive code, visualizations, and more.
