Jupyter安装和配置

Nov 29, 2021  

安装

  • 安装jupyter
pip install jupyter notebook
  • 安装扩展插件
pip install jupyter_contrib_nbextensions
  • 安装主题样式工具包
pip install jupyterthemes

配置

  • 配置jupyter代码补全
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
#勾选Nbextensions中的Hinterland
  • 配置主题
# 显示主题
jt -l 
# 切换主题
jt -t onedork
#切回默认主题
jt -r