HuangCongQing / Jupyter-Notebook

Jupyter Notebook使用
MIT License
2 stars 0 forks source link
ipython-notebook jupyter

Jupyter-Notebook

Jupyter Notebook使用

功能

$\sum_{i=1}^n a_i=0$ 见示例:

Latex.ipynb

第二步,加载可用主题列表:

jt -l 第三步,选择你想要的主题:

jt -t chesterish -T -N


* 修改默认打开目录
* 

### Usage
想打开那个目录,就在那个目录下运行命令行
`jupyter notbook`

jupyter配置:https://www.jianshu.com/p/918e517b142f?from=timeline

### jupyter notebook卸载重装

For Python 2 sudo pip install --upgrade --force-reinstall --no-cache-dir jupyter

For Python 3 sudo pip3 install --upgrade --force-reinstall --no-cache-dir jupyter

这应该重新安装PyPi中的所有内容。这应该解决这个问题,