我正在运行一个 docker 容器,我需要在我的浏览器上连接到 Jupyter notebook 的 Web 应用程序。我已经安装了 Jupyter 笔记本并在执行命令“jupyter notebook --port 6006”以运行笔记本时,显示以下消息:
docker inspect 命令声明如下:
"Ports":{
"6006/tcp":null,
"8888/tcp":null
}
但是,在 Chrome 中使用“ http://192.168.99.102:6006/ ”打开 Jupyter Web 应用程序时,会显示一条错误消息,指出“无法访问站点”。有人可以帮助我连接 Jupyter 笔记本网络应用程序。
任何帮助表示赞赏。