You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of using JupyterLab as the single-user Notebook server image with JupyterHub. The example builds a Docker image that installs the `jupyterlab` notebook server extension.
4
+
5
+
## Build the Image
6
+
7
+
Build and tag the image using the `Dockerfile` in this directory.
8
+
9
+
```
10
+
docker build -t jupyterlab .
11
+
```
12
+
13
+
## Run JupyterHub Container
14
+
15
+
To have JupyterHub spawn the `jupyterlab` image for single-user Notebook
16
+
servers, set the following environment variables before you run the JupyterHub container.
0 commit comments