往期回顾
Anaconda安装:https://www.cnblogs.com/dotnetcrazy/p/9158715.html
<https://www.cnblogs.com/dotnetcrazy/p/9158715.html>
基本知识导航篇:https://www.cnblogs.com/dotnetcrazy/p/9198629.html
<https://www.cnblogs.com/dotnetcrazy/p/9198629.html>
编辑器样式美化:https://www.cnblogs.com/dotnetcrazy/p/8760189.html
<https://www.cnblogs.com/dotnetcrazy/p/8760189.html>
删除指定kernel:https://www.cnblogs.com/dotnetcrazy/p/9739118.html
<https://www.cnblogs.com/dotnetcrazy/p/9739118.html>
默认工作路径:https://www.cnblogs.com/dotnetcrazy/p/9261524.html
<https://www.cnblogs.com/dotnetcrazy/p/9261524.html>
远程访问设置:https://www.cnblogs.com/dotnetcrazy/p/9552419.html
<https://www.cnblogs.com/dotnetcrazy/p/9552419.html>
正文
查看token
虽然可以通过jupyter-notebook list查看真正运行的Notebook从而得到token。但是每次都不一样,还是比较麻烦的
现在需要稳定持续的对外提供服务,不想每次都去查看token(不是所有部门都有服务器权限的),这时候就可以通过配置文件来设置一下了:code
~/.jupyter/jupyter_notebook_config.py
打开配置文件后查看一下怎么配置:
生成指定格式的密码
忘记密码也可以直接这么改(渗透一思路执行权限不够的时候可以通过Notebook来提权(类似于Redis提权))
以后不想指定密码就把配置文件的这行注释掉c.NotebookApp.password =xxx
效果
热门工具 换一换