running a notebook server on centos
Posted otfsenter
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了running a notebook server on centos相关的知识,希望对你有一定的参考价值。
1- jupyter docs
http://jupyter-notebook.readthedocs.io/en/stable/public_server.html
2- install jupyter
pip install jupyter
3- generate jupyter_notebook_config.py
jupyter notebook --generate-config
4- get password
>>> from notebook.auth import passwd
>>> passwd()
then type you own password which is a hash value
5- configure jupyter_notebook_config.py
c.NotebookApp.password = u‘sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed‘
c.NotebookApp.ip = ‘*‘
c.NotebookApp.open_browser = False
c.NotebookApp.port = 8888
6- texlive-xetex, pandoc
yum install pandoc
yum install texlive-*
sudo mktexlsr
7- run jupyter notebook
jupyter notebook --allow-root &
以上是关于running a notebook server on centos的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu web server ipython notebook install
python Databricks_notebook_run
Synapse Notebook 参考 - 如何使用 %run