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
相關文章
相關標籤/搜索