Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.71 KB

File metadata and controls

57 lines (41 loc) · 2.71 KB

Data Analysis with Python

Environment Configuration

My Emacs's Configuration

Jupyter Usage

如何优雅地使用 Jupyter

Jupyter NBExtensions 的安装配置:

pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user

EIN Usage

确保在 python-mode 模式下:

  • ein:jupyter-server-start 启动之后在浏览器访问 http://localhost:8888/tree ,就可以看到 Jupyter 页面
  • ein:jupyter-server-stop
  • ein:notebooklist-login 登陆授权,以便后续操作
  • ein:notebook-open

Official Documentation

莫凡学Python系列

Deep Learning

Github and Others