Skip to content

Commit a331945

Browse files
committed
Add comment about JupyterLab
1 parent 0ad013e commit a331945

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ to the `/home/jovyan/work` directory in Docker container
2828
and all files can be found in the `work` directory in the browser as shown:
2929

3030
![Jupyter Notebook](/screenshots/notebook.png)
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+
![JupyterLab](/screenshots/jupyterlab.png)

screenshots/jupyterlab.png

35.3 KB
Loading

0 commit comments

Comments
 (0)