添加nbgallery集成的jupyter扩展

jupyter-nbgaller的Python项目详细描述


概述

这个jupyter扩展支持与nbgallery的集成。更多信息可在nbgallery github项目中找到here

安装

在jupyter服务器上安装并启用jupyter_nbgallery

pip install jupyter_nbgallery -U
jupyter serverextension enable --py jupyter_nbgallery
jupyter nbextension install --py jupyter_nbgallery
jupyter nbextension enable jupyter_nbgallery --py 

开发

在jupyter服务器上查看此repo,从源代码安装并启用它

# cd into the directory you checked out this project
pip install -e .
jupyter serverextension enable --py jupyter_nbgallery
jupyter nbextension install --py jupyter_nbgallery
jupyter nbextension enable jupyter_nbgallery --py 

部署

在这里可以找到部署到pypi的演练:https://packaging.python.org/tutorials/packaging-projects/

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java Android Studio从XML中洗牌2D数组列   安卓 rx java obsever pojo模型的变化   java如何在安卓应用程序中以编程方式打开google教室   java如何将充满令牌的对象[]转换为整数数组?   java Minify Maven插件抛出“不支持JavaScript引擎”错误   java如何检查调用应用程序的用户是否具有绑定特权端口的权限?   java无法向firestore发送数据   jpanel Java向ScrollPane中嵌入的面板添加JLabel   将Bash脚本移植到Java   JavaSpring显示错误消息   java如何为这些路径表达式编写正则表达式   java如何通过编程在Android手机上获得时间?   Java:捕获未检查的异常与已检查的异常