1.  使用conda  安装  jupyter

 

conda install jupyter

 

IPython notebook(Jupyter notebook)指定IP和端口运行

 

 

 

 

 

 

2. 在服务器端不打开浏览器,指定 端口, IP ,  运行jupyter notebook

 这里假设端口为9999,IP为192.168.1.100,不打开浏览器使用参数  no-brower

 

jupyter notebook --no-browser --port 9999 --ip=192.168.1.100

 

 

 

 

运行后结果:

IPython notebook(Jupyter notebook)指定IP和端口运行

 

 

 

可以看到启动后会自动生成一个token,  这个就类似密码一样,用来登录jupyter客户端网页的。

 

 

IPython notebook(Jupyter notebook)指定IP和端口运行

 

 

 

 

=============================================================

 

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-06-19
  • 2022-12-23
  • 2021-07-26
  • 2021-12-29
  • 2021-06-20
猜你喜欢
  • 2021-09-19
  • 2021-10-06
  • 2021-12-01
  • 2021-11-19
  • 2021-12-14
  • 2021-08-26
相关资源
相似解决方案