We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad013e commit a331945Copy full SHA for a331945
README.md
@@ -28,3 +28,11 @@ to the `/home/jovyan/work` directory in Docker container
28
and all files can be found in the `work` directory in the browser as shown:
29
30

31
+
32
+Use `JUPYTER_ENABLE_LAB` environment variable to enable [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/).
33
34
+```
35
+$ docker run -it --name iruby-notebook --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v `pwd`:/home/jovyan/work shihanng/iruby-docker:latest
36
37
38
+
screenshots/jupyterlab.png
35.3 KB
0 commit comments