{ "info": { "author": "Thomas Kluyver", "author_email": "thomas@kluyver.me.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Topic :: Documentation" ], "description": "An experimental tool to convert Jupyter notebooks to PDFs using\n`Reportlab `__.\n\nInstall::\n\n pip install nbconvert_reportlab\n\nUse::\n\n jupyter nbconvert --to pdf-rl MyNotebook.ipynb\n\nJupyter comes with support for generating PDFs by filling a template to\nmake a Latex file, and then running Latex to convert that to PDF. This is a\npowerful approach, but Latex code is not a great intermediate format for\nautomatic generation, and that can lead to a variety of problems.\n\nThis package uses the open source Reportlab Toolkit to convert notebooks\ndirectly to PDFs. This avoids a lot of complexity, but at least for now there\nare many things that it cannot handle and will simply skip over.\n\nSee an `example output PDF\n`__.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/takluyver/nbconvert-reportlab", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nbconvert_reportlab", "package_url": "https://pypi.org/project/nbconvert_reportlab/", "platform": "", "project_url": "https://pypi.org/project/nbconvert_reportlab/", "project_urls": { "Homepage": "https://github.com/takluyver/nbconvert-reportlab" }, "release_url": "https://pypi.org/project/nbconvert_reportlab/0.2/", "requires_dist": [ "nbconvert", "reportlab", "pdfrw (>=0.3)", "matplotlib", "mistune (>=0.8.1)" ], "requires_python": "", "summary": "Convert notebooks to PDF using Reportlab", "version": "0.2" }, "last_serial": 3335552, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a780e8f0f47978c8cfd70232a45ee404", "sha256": "85eab67e8be87578e146f083322f99d9aa073bfba8cbbc20b95c796eec1c9568" }, "downloads": -1, "filename": "nbconvert_reportlab-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a780e8f0f47978c8cfd70232a45ee404", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5991, "upload_time": "2016-09-29T13:07:23", "url": "https://files.pythonhosted.org/packages/47/8a/222694efaa360c86ec2bba069c0502f21d29a56debcd906b6a1f12dbf073/nbconvert_reportlab-0.1-py2.py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "87e7a03785d8e968e15635426b6ca2e9", "sha256": "1fdcb629d808d5621800d9dcd1190199761e02287eb3f8cb8d167989d4669180" }, "downloads": -1, "filename": "nbconvert_reportlab-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87e7a03785d8e968e15635426b6ca2e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13276, "upload_time": "2017-11-15T15:36:05", "url": "https://files.pythonhosted.org/packages/70/26/8e3a72dd02f6a372957830143e433271dadbbd7d09a06e56f5dbdec406c2/nbconvert_reportlab-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e5f98f300617bd4b7fa1617f0656476e", "sha256": "7c299a16ebf0c30db78671f9b7e0e04fa5e869890d53cb49b2b4e212c15a3c93" }, "downloads": -1, "filename": "nbconvert_reportlab-0.2.tar.gz", "has_sig": false, "md5_digest": "e5f98f300617bd4b7fa1617f0656476e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108222, "upload_time": "2017-11-15T15:36:07", "url": "https://files.pythonhosted.org/packages/ec/ab/a5acc2c5bf1f9d9548857ab98f355454ef98973bcf6f55629ca00ebd928d/nbconvert_reportlab-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87e7a03785d8e968e15635426b6ca2e9", "sha256": "1fdcb629d808d5621800d9dcd1190199761e02287eb3f8cb8d167989d4669180" }, "downloads": -1, "filename": "nbconvert_reportlab-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87e7a03785d8e968e15635426b6ca2e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13276, "upload_time": "2017-11-15T15:36:05", "url": "https://files.pythonhosted.org/packages/70/26/8e3a72dd02f6a372957830143e433271dadbbd7d09a06e56f5dbdec406c2/nbconvert_reportlab-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e5f98f300617bd4b7fa1617f0656476e", "sha256": "7c299a16ebf0c30db78671f9b7e0e04fa5e869890d53cb49b2b4e212c15a3c93" }, "downloads": -1, "filename": "nbconvert_reportlab-0.2.tar.gz", "has_sig": false, "md5_digest": "e5f98f300617bd4b7fa1617f0656476e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108222, "upload_time": "2017-11-15T15:36:07", "url": "https://files.pythonhosted.org/packages/ec/ab/a5acc2c5bf1f9d9548857ab98f355454ef98973bcf6f55629ca00ebd928d/nbconvert_reportlab-0.2.tar.gz" } ] }