将一组笔记本作为“章节”使用的工具
项目描述
Bookbook将目录中的一组笔记本转换为HTML或PDF,保留笔记本之间的交叉引用。
此代码处于早期开发阶段,因此请自行承担使用风险。
它期望一个笔记本目录,其中笔记本的名称指示其顺序,例如 01-introduction.ipynb。要运行它
python3 -m bookbook.html # HTML output under html/ python3 -m bookbook.latex [--pdf] # Latex/PDF output as combined.(tex|pdf)
在任一命令中添加 --help 以获取更多选项。
安装
Bookbook需要Python 3.5。
pip install bookbook
要作为可编辑的本地安装,请运行
pip install flit git clone https://github.com/takluyver/bookbook.git cd bookbook flit install --symlink
项目详情
下载文件
下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于 安装软件包 的信息。
源分布
bookbook-0.2.tar.gz (6.9 kB 查看哈希)
构建分布
bookbook-0.2-py3-none-any.whl (13.9 kB 查看哈希)