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.
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.
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.