Jupyter环境的搭建以及相应的Dockerfile

pip install jupyter jupyter notebook --generate-config #生成密码,用于远程登录 python -c "from notebook.auth import passwd; print(\"c.NotebookApp.password = u'\" + passwd('123456') + \"'\")" >> /root/.jupyter
相关文章
相关标签/搜索