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
1. Run image `docker run -ti -p 8888:8888 -v "`pwd`":/data jupyter_light`. Note: you need to run the image in the directory you want JupyterLab to access.
5
+
1. Run image ``docker run -ti -p 8888:8888 -v "`pwd`":/data jupyter_light``
6
6
7
-
Alternatively you can pull the image:
7
+
Note: you need to run the image in the directory you want JupyterLab to access.
8
8
9
-
`docker run -ti -p 8888:8888 -v "`pwd`":/data gpadres/examples:jupyter_light`.
9
+
Alternatively you can pull the image:
10
10
11
-
Running the image will open a terminal window in the container, where you will be acting as root.
11
+
``docker run -ti -p 8888:8888 -v "`pwd`":/data gpadres/docker_python:jupyter_light``
12
12
13
-
1. Run JupyterLab within the container `/usr/local/bin/jupyter lab --port=8888 --ip=0.0.0.0 --no-browser --allow-root --LabApp.token=''`
13
+
Running the image will start JupyterLab in the container.
14
14
15
15
1. From host computer, via a browser window access JupyterLab on address `localhost:8888`
0 commit comments