项目作者: HuangCongQing

项目描述 :
Jupyter Notebook使用
高级语言: Jupyter Notebook
项目地址: git://github.com/HuangCongQing/Jupyter-Notebook.git
创建时间: 2019-03-08T09:17:35Z
项目社区:https://github.com/HuangCongQing/Jupyter-Notebook

开源协议:MIT License

下载


Jupyter-Notebook

Jupyter Notebook使用

功能

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

Latex.ipynb

  • 更换主题
    ```
    安装
    pip install jupyterthemes

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

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

jt -t chesterish -T -N

  1. * 修改默认打开目录
  2. *
  3. ### Usage
  4. 想打开那个目录,就在那个目录下运行命令行
  5. `jupyter notbook`
  6. jupyter配置:https://www.jianshu.com/p/918e517b142f?from=timeline
  7. ### 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中的所有内容。这应该解决这个问题,

```