jupyter notebook--可视化图表制作工具 环境搭建及示例

详情见:https://github.com/xueyafang/jupyter-python-test

可能会用到的:
1.插件:
https://github.com/ipython-contrib/jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install
安装插件

2.jupyter nbconvert --to html --execute  --template nbextensions --template toc  auto_week_report.ipynb
本地 生成html的

你可能感兴趣的:(工具)