linux 配置jupyter远程访问
最新推荐文章于 2024-12-27 14:28:42 发布
本文档介绍了如何安装Jupyter Notebook并进行配置,以允许远程访问。首先,使用`pip install jupyter`命令安装。接着,通过`jupyter notebook --generate-config`创建配置文件,并在`~/.jupyter/jupyter_notebook_config.py`中添加配置,将IP设置为'*',禁用浏览器打开,并指定端口为8888。最后,运行`jupyter notebook`启动服务,现在你可以通过指定端口远程访问Jupyter Notebook了。

888

被折叠的 条评论
为什么被折叠?



