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

ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段

好用的python代码练习工具jupyter-notebook安装及使用

CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段

配置访问公网主机上的jupyter notebook

linux多虚拟环境安装jupyter notebook