ターミナルからdocker の環境構築、最中です。
ファイルをマウントし。以下のコードを実行したのですが、ここから動かなくなってしまい。 jupyter lab
と実行しても変わらないのですが、どうすればjupyter labを起動できることできるのか。
ご教授お願いいたします。
terminal
1docker run -p 8888:8888 -v "$(pwd):/workspace" --name jlab ilab:latest 2↓ 3[I 05:29:22.682 LabApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret 4[W 05:29:23.918 LabApp] All authentication is disabled. Anyone who can connect to this server will be able to run code. 5[I 05:29:23.934 LabApp] JupyterLab extension loaded from /root/anaconda3/lib/python3.7/site-packages/jupyterlab 6[I 05:29:23.934 LabApp] JupyterLab application directory is /root/anaconda3/share/jupyter/lab 7[W 05:29:23.936 LabApp] JupyterLab server extension not enabled, manually loading... 8[I 05:29:23.938 LabApp] JupyterLab extension loaded from /root/anaconda3/lib/python3.7/site-packages/jupyterlab 9[I 05:29:23.938 LabApp] JupyterLab application directory is /root/anaconda3/share/jupyter/lab 10[I 05:29:23.939 LabApp] Serving notebooks from local directory: / 11[I 05:29:23.939 LabApp] The Jupyter Notebook is running at: 12[I 05:29:23.939 LabApp] http://(**or**):8888/ 13[I 05:29:23.939 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). 14 15jupyter lab 16 17
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。