在https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html上有一个代码片段:
docker run --rm -p 10000:8888 -e JUPYTER_ENABLE_LAB=yes -v "$PWD":/home/jovyan/work jupyter/datascience-notebook:9b06df75e445
对于 Portainer,我对这一行的实现有疑问;下载图像并启动容器 - 没问题。
只有我找不到可以实现的地方:
-e JUPYTER_ENABLE_LAB = yes
你有解决办法吗?谢谢你的努力。