Basic
指定端口运行
1 | > jupyter notebook --port portnum(9999) |
指定启动目录
1 | > jupyter notebook --notebook-dir dir_path |
开启Notebook,不默认打开browser
1 | > jupyter notebook --no-browser |
HELP
1 | > jupyter notebook --help |
jupyter_contrib_nbextensions
运行计时
1 | > python -m pip install jupyter_contrib_nbextensions |
Jupyter Nbextensions Configurator
1 | > python -m pip install jupyter_nbextensions_configurator |
开启notedown插件
1 | > pip install https://github.com/mli/notedown/tarball/master |
默认开启notedown
1 | # 生成jupyter配置文件 |
访问远程server运行的Jupyter
1 | localhost指的是myserver,因为目标主机是相对myserver而言的 |