【发布时间】:2017-05-21 14:23:21
【问题描述】:
我尝试从 macos 终端连接到 jupyter 笔记本,但是当我使用时
python run_docker_jupyter.py
它返回我
Projects/data_science_course/mlcourse_open:/notebooks -w /notebooks festline/mlcourse_open jupyter
Command: jupyter
[I 14:12:55.078 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[W 14:12:55.101 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[W 14:12:55.101 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using authentication. This is highly insecure and not recommended.
[I 14:12:55.113 NotebookApp] Serving notebooks from local directory: /notebooks
[I 14:12:55.114 NotebookApp] 0 active kernels
[I 14:12:55.114 NotebookApp] The Jupyter Notebook is running at: http://[all ip addresses on your system]:4545/
[I 14:12:55.114 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
我需要与本地主机连接,但是在执行一些命令后它什么也没有返回。或者,如果我使用docker ps 或其他 docker 命令,它只会在终端中打印此命令,并在命令之前使用符号[,之后会转到下一个字符串。仅此而已。
我是第一次使用docker,希望能得到帮助。
【问题讨论】:
标签: python docker jupyter-notebook