Cloud Example Jupyter: Difference between revisions

From Computer Science Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


=== Introduction ===
=== Introduction ===
The goal of this project is to support a class teaching basic programming using [https://jupyter.org Jupyter Notebook]
The goal of this project is to support a class teaching basic programming using [https://jupyter.org Jupyter Notebook] Jupyter notebook is a single process that supports only one person.  To support a whole class, a jupyter notebook process will need to be run for each student.  Jupyter offers a [https://jupyter.org/hub Jupyter Hub] that automatically spawns these singe user processes.  However, a single machine can only support around 50-70 students before suffering performance issues.

Revision as of 08:56, 16 August 2019

Work in progress

Introduction

The goal of this project is to support a class teaching basic programming using Jupyter Notebook Jupyter notebook is a single process that supports only one person. To support a whole class, a jupyter notebook process will need to be run for each student. Jupyter offers a Jupyter Hub that automatically spawns these singe user processes. However, a single machine can only support around 50-70 students before suffering performance issues.