- Python environment with Pipenv, Jupyter, and EIN
- emacs-ipython-notebook
- Turning emacs into a Python IDE
Jupyter NBExtensions 的安装配置:
pip install jupyter_nbextensions_configurator jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
确保在 python-mode
模式下:
ein:jupyter-server-start
启动之后在浏览器访问 http://localhost:8888/tree ,就可以看到 Jupyter 页面ein:jupyter-server-stop
ein:notebooklist-login
登陆授权,以便后续操作ein:notebook-open
-
Deep Learning
-
Python for Data Analysis
-
Hands-on Machine Learning with Scikit-Learn & TensorFlow
-
The Hunderd-page Machine Learning Book