jgomezdans / geog_docker

Docker image for Geospatial Python teaching
GNU General Public License v3.0
4 stars 1 forks source link

Launch jupyterlab by default #3

Closed jgomezdans closed 4 years ago

jgomezdans commented 4 years ago

Basically,

 docker run -e JUPYTER_ENABLE_LAB=yes -p 8888:8888 jgomezdans/geog:latest

launches jupyter lab directly,