Skip to content

martinclaus/base-notebook

Folders and files

NameName
Last commit message
Last commit date
May 12, 2021
Mar 10, 2021
Mar 10, 2021
Nov 25, 2020
Jul 4, 2020
Aug 21, 2018
Feb 3, 2019
Jun 13, 2020
Oct 6, 2020
Jan 17, 2016
Mar 8, 2021
Feb 23, 2021
Sep 28, 2020
Feb 29, 2020
Feb 22, 2021

Repository files navigation

DockerHub badge Binder badget

Jupyter Docker Stacks base-notebook

base-notebook is a ready-to-run Docker image providing Jupyter applications such as Jupyter Server and JupyterLab. It can run as a stand-alone server, a single-user server behind a Jupyterhub or on binder.

Jupyter Notebook Deprecation Notice

Following Jupyter Notebook notice, we encourage users to transition to JupyterLab. This can be done by passing the environment variable JUPYTER_ENABLE_LAB=yes at container startup, more information is available in the documentation.

Quick Start

You can try a relatively recent build of the jupyter/base-notebook image on mybinder.org by simply clicking the preceding link. Otherwise, the two examples below may help you get started if you have Docker installed and want to launch a single Jupyter server in a container. More information on the startup options are available in the documentation of the Jupyter docker stacks project.

Resources