简体   繁体   English

您如何在Microsoft / Cntk泊坞窗上看到Jupyter Notebook?

[英]How do you see Jupyter notebook on a microsoft/cntk docker?

I just installed the microsoft/cntk docker image and I was wondering how can I see the Jupyter notebook interface (in order to do the tutorials included in the docker image at /cntk/Tutorials) ? 我刚刚安装了microsoft / cntk docker镜像,我想知道如何查看Jupyter笔记本界面(以便执行/ cntk / Tutorials的docker镜像中包含的教程)?

For another docker image I simply did the following command: 对于另一个docker镜像,我只需执行以下命令:

docker run -d -p 8888:8888 -v /home/name/notebooks:/home/ds/notebooks dataquestio/python3-starter docker运行-d -p 8888:8888 -v / home / name / notebooks:/ home / ds / notebooks dataquestio / python3-starter

and then I opened my browser and went to localhost:8888 然后打开浏览器并转到localhost:8888

Thank you 谢谢

Thank you for raising this. 谢谢你提出来。

We have updated the Wiki on how to run Jupyter Notebooks in Docker containers. 我们更新了Wiki,以了解如何在Docker容器中运行Jupyter Notebook。

See here: https://github.com/Microsoft/CNTk/wiki/CNTK-Docker-Containers#using-docker-container-to-run-cntk-jupyter-notebook-tutorials 参见此处: https : //github.com/Microsoft/CNTk/wiki/CNTK-Docker-Containers#using-docker-container-to-run-cntk-jupyter-notebook-tutorials

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM