Back

 Industry News Details

 
Setup and use JupyterHub (TLJH) on AWS EC2 Posted on : Jan 25 - 2023
A Jupyter Notebook is an open source application used throughout academia and industry. The interactive computing application consists of cells that render explanatory text written using the Markdown syntax and cells that execute programming code (including Python, R, Julia, and Scala). This means that notebooks can contain text, code, and visualizations in the same document. A Jupyter notebook can be used on your local machine or, as I covered in a previous tutorial, in the cloud. However, the problem is that a Jupyter Notebook is only designed for single users. JupyterHub was designed to solve this problem. JupyterHub is a multi-user, container-friendly (e.g., Docker, Kubernetes, etc.) version of the Jupyter Notebook designed for organizations with many benefits including the ability to:  View More