{ "info": { "author": "Thomas Kluyver", "author_email": "thomas@kluyver.me.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup :: HTML" ], "description": "This *experimental* project tries to save Jupyter notebooks as HTML and read them back.\n\nTo try it::\n\n python3 -m nbhtml.write Sample.ipynb\n python3 -m nbhtml.read Sample.ipynb.html\n\n diff from_html.ipynb Sample.ipynb\n\nThis could one day be combined with a project like `ipymd\n`__ to save notebooks in two complementary\nformats:\n\n- 'Complete' HTML notebooks, including images and outputs, which can easily be\n shared with people who may not have the Notebook application installed.\n- 'Clean' notebooks containing only the input (code and markdown) and metadata,\n convenient for version control (e.g. in git), making diffing and merging easy.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/takluyver/nbhtml", "keywords": null, "license": null, "maintainer": null, "maintainer_email": null, "name": "nbhtml", "package_url": "https://pypi.org/project/nbhtml/", "platform": null, "project_url": "https://pypi.org/project/nbhtml/", "project_urls": { "Homepage": "https://github.com/takluyver/nbhtml" }, "release_url": "https://pypi.org/project/nbhtml/0.1/", "requires_dist": [ "nbformat", "nbconvert", "lxml" ], "requires_python": ">=3.4", "summary": "Save & load Jupyter notebooks as HTML", "version": "0.1" }, "last_serial": 2663646, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bc6c5457621120f7ccf5f4293044c293", "sha256": "91d617d27ce33672c18cc63f0d50a5305b0d8fcdce1c6ad15c7226b50b8d1297" }, "downloads": -1, "filename": "nbhtml-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "bc6c5457621120f7ccf5f4293044c293", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 7826, "upload_time": "2017-02-23T16:28:02", "url": "https://files.pythonhosted.org/packages/55/f3/b2b53dde9537165e0c9c0b9e23499fd9914cf6364b77885c1c33eaaad64c/nbhtml-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc6c5457621120f7ccf5f4293044c293", "sha256": "91d617d27ce33672c18cc63f0d50a5305b0d8fcdce1c6ad15c7226b50b8d1297" }, "downloads": -1, "filename": "nbhtml-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "bc6c5457621120f7ccf5f4293044c293", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 7826, "upload_time": "2017-02-23T16:28:02", "url": "https://files.pythonhosted.org/packages/55/f3/b2b53dde9537165e0c9c0b9e23499fd9914cf6364b77885c1c33eaaad64c/nbhtml-0.1-py3-none-any.whl" } ] }