Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.98 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.98 KB

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