赞
踩
方法一:
jupyter server启动时,命令行中会显示地址,但后续会被清屏;
方法二:
win10在 用户文件夹\AppData\Roaming\jupyter\runtime 里,找到最新的nbserver-xxxxx-open.html文件,里面也有地址;
方法三:
打开anaconda prompt,输入jupter notebook list命令,可得到:
可得到:
['[NbserverListApp] WARNING | Config option `kernel_spec_manager_class` not recognized by `NbserverListApp`.',
'Currently running servers:',
'http://localhost:8888/?token=93ec79278aab5d6e981047ab465286c6ab24174103071193 :: F:\\NB']
里面就有地址。
方法四:
在jupyter notebook中调用linux系统函数:
system("jupyter" "notebook" "list")
也能得到方法三中的结果。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。