错误日志
ModuleNotFoundError: No module named 'jupyter_nbextensions_configurator'
Traceback (most recent call last):
File "/usr/local/Cellar/jupyterlab/2.0.1/libexec/lib/python3.7/site-packages/notebook/notebookapp.py", line 1670, in init_server_exte
Jupyter实验室的Docker映像
该docker映像在工作站上创建了一个可ssh连接的Jupyter Lab服务器。 它基于anaconda。
建造
克隆此存储库后,运行以下命令,然后将启动构建的容器。
# Create .env in the current directory
# This file specifies the ports and password for the user in docker container.
./setDotenv.sh
# Build im