{ "info": { "author": "Tarun G", "author_email": "tarun@plot.ly", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Visualization" ], "description": "==================\nPlotlyHTMLExporter\n==================\n\nPlotly_ friendly, Jupyter Notebook HTML Exporter.\n\nNBConvert_ is a module to convert `Jupyter Notebooks`_ to other formats (pdf, html etc.).\nIt supplies `HTMLExporter` which is used to convert Jupyter Notebooks to html.\n\n`PlotlyHTMLExporter` is a custom Exporter derived from `HTMLExporter`. It sanitizes the JS/HTML\npresent in output cells, but keeps the trusted plotly.js output intact, thus allowing the plotly\ncharts to be rendered in the resulting html.\n\nInstallation:\n~~~~~~~~~~~~~\n\nUsing `pip`::\n\n $ pip install plotlyhtmlexporter\n\nFrom Source::\n\n $ git clone https://github.com/plotly/plotlyhtmlexporter\n $ cd plotlyhtmlexporter\n $ python setup.py install\n\nUsage:\n~~~~~~\n\nFrom Command Line (with NBConvert)::\n\n $ jupyter nbconvert --to plotlyhtml mynotebook.ipynb\n\nFrom the Python interpreter::\n\n >>> import nbformat\n >>> nb = nbformat.read('mynotebook.ipynb', 4)\n >>> from plotlyhtmlexporter import PlotlyHTMLExporter\n >>> exp = PlotlyHTMLExporter()\n >>> body, resources = exp.from_notebook_node(nb)\n\n\nLicense: MIT\n\n .. _Plotly: https://plot.ly\n .. _Jupyter Notebooks: https://jupyter.org/\n .. _NBConvert: https://nbconvert.readthedocs.io/en/latest/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://plot.ly/ipython-notebooks/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "plotlyhtmlexporter", "package_url": "https://pypi.org/project/plotlyhtmlexporter/", "platform": "", "project_url": "https://pypi.org/project/plotlyhtmlexporter/", "project_urls": { "Homepage": "https://plot.ly/ipython-notebooks/" }, "release_url": "https://pypi.org/project/plotlyhtmlexporter/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Plotly friendly, Jupyter Notebook HTML Exporter.", "version": "0.0.2" }, "last_serial": 3290971, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fc6805117ba21957f4f19034ac2fad29", "sha256": "37bc0286d67ac4da8d59a6c95ea41b6f158930736675e75d9dc106d2e5e145cb" }, "downloads": -1, "filename": "plotlyhtmlexporter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fc6805117ba21957f4f19034ac2fad29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2495, "upload_time": "2017-03-21T14:49:09", "url": "https://files.pythonhosted.org/packages/9c/cc/11aaba96d2dea3a8c7bc13f21c2426dd2f7237ab19466d19682d5c4e8a47/plotlyhtmlexporter-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6a44965d730cca3cc52d0c6642c8fc3d", "sha256": "73b3db67acc02f2197c0ee6eb821eec854065b4aa8ae50b66d066fa8acb1e240" }, "downloads": -1, "filename": "plotlyhtmlexporter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6a44965d730cca3cc52d0c6642c8fc3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2017-10-30T13:46:08", "url": "https://files.pythonhosted.org/packages/92/e9/44981245c2977d68b6c3262090d84fc2f5335141483f179ead76c879fcfa/plotlyhtmlexporter-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a44965d730cca3cc52d0c6642c8fc3d", "sha256": "73b3db67acc02f2197c0ee6eb821eec854065b4aa8ae50b66d066fa8acb1e240" }, "downloads": -1, "filename": "plotlyhtmlexporter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6a44965d730cca3cc52d0c6642c8fc3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2017-10-30T13:46:08", "url": "https://files.pythonhosted.org/packages/92/e9/44981245c2977d68b6c3262090d84fc2f5335141483f179ead76c879fcfa/plotlyhtmlexporter-0.0.2.tar.gz" } ] }