jupyter notebook

Posted guodavid

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter notebook相关的知识,希望对你有一定的参考价值。

https://www.jianshu.com/p/444c3ae23035

 

jupyter notebook --generate-config

In [1]: from notebook.auth import passwd
In [2]: passwd()
Enter password:
Verify password:
Out[2]: ‘sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed‘


c.NotebookApp.password = u‘sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed‘

jupyter notebook --ip=0.0.0.0 --port=8000 --allow-root

以上是关于jupyter notebook的主要内容,如果未能解决你的问题,请参考以下文章

为啥jupyter notebook代码运行一直没有反应

为啥jupyter notebook代码运行一直没有反应

Jupyter Notebook(iPython)

python jupyter notebook画图图例中文乱码?

jupyter notebook怎么配置

Jupyter Notebook - 使用 CSS 及开启代码提示