{ "info": { "author": "Xavier Dupr\u00e9", "author_email": "xavier.dupre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Education", "Topic :: Scientific/Engineering" ], "description": "\n.. _l-README:\n\nREADME\n======\n\n.. image:: https://travis-ci.org/sdpython/jyquickhelper.svg?branch=master\n :target: https://travis-ci.org/sdpython/jyquickhelper\n :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/2tyc3or7snm6w4xl?svg=true\n :target: https://ci.appveyor.com/project/sdpython/jyquickhelper\n :alt: Build Status Windows\n\n.. image:: https://circleci.com/gh/sdpython/jyquickhelper/tree/master.svg?style=svg\n :target: https://circleci.com/gh/sdpython/jyquickhelper/tree/master\n\n.. image:: https://badge.fury.io/py/jyquickhelper.svg\n :target: http://badge.fury.io/py/jyquickhelper\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :alt: MIT License\n :target: http://opensource.org/licenses/MIT\n\n.. image:: https://requires.io/github/sdpython/jyquickhelper/requirements.svg?branch=master\n :target: https://requires.io/github/sdpython/jyquickhelper/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://codecov.io/github/sdpython/jyquickhelper/coverage.svg?branch=master\n :target: https://codecov.io/github/sdpython/jyquickhelper?branch=master\n\n.. image:: http://img.shields.io/github/issues/sdpython/jyquickhelper.png\n :alt: GitHub Issues\n :target: https://github.com/sdpython/jyquickhelper/issues\n\n.. image:: https://badge.waffle.io/sdpython/jyquickhelper.png?label=ready&title=Ready\n :alt: Waffle\n :target: https://waffle.io/jyquickhelper/jyquickhelper\n\n.. image:: http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/_images/nbcov.png\n :target: http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/all_notebooks_coverage.html\n :alt: Notebook Coverage\n\n**Links:**\n\n* `GitHub/jyquickhelper `_\n* `documentation `_\n* `Blog `_\n\n**jyquickhelper**\n\nHelpers for Jupyter notebooks.\nExample to run from a notebook:\n\n::\n\n from jyquickheler import add_menu_notebook\n add_menu_notebook()\n\nA menu is displayed:\n\n* first section of level 2\n* section section of level 2\n* ...\n\nIt helps rendering javascript:\n\n::\n\n from jyquickhelper import RenderJS\n css = [\"https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.21/c3.min.css\"]\n RenderJS(script, css=css, libs = [\n dict(path=\"https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js\",\n name=\"d3\", exports=\"d3\"),\n dict(path=\"https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.21/c3.min.js\",\n name=\"c3\", exports=\"c3\", deps=[\"d3\"])])\n\nSee `c3.ipynb `_.\nOr visualizing JSON:\n\n::\n\n from jyquickhelper import JSONJS\n JSONJS(dict(name=\"xavier\", city=\"Paris\"), html_only=True, show_to_level=3)\n\nSee `nb_json.ipynb `_.\n\n=======\nHistory\n=======\n\n0.3.9999 (2018-12-31)\n=====================\n\n**Bugfix**\n\n* `2`: fix `c3.js `_,\n `morris `_,\n `treant `_\n\n**Features**\n\n* `3`: add notebook on `mermaid `_\n* `4`: add notebook on `viz.js `_\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/sdpython/jyquickhelper/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/index.html", "keywords": "jyquickhelper", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jyquickhelper", "package_url": "https://pypi.org/project/jyquickhelper/", "platform": "", "project_url": "https://pypi.org/project/jyquickhelper/", "project_urls": { "Download": "https://github.com/sdpython/jyquickhelper/", "Homepage": "http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/index.html" }, "release_url": "https://pypi.org/project/jyquickhelper/0.3.128/", "requires_dist": null, "requires_python": "", "summary": "Helpers for Jupyter notebooks: automated menu, JSON visualizer, plug javascript", "version": "0.3.128" }, "last_serial": 3709609, "releases": { "0.2.96": [ { "comment_text": "", "digests": { "md5": "c9f8e8e55ced829c31b74a5a9596a1ed", "sha256": "0da6d4cf9f0557100eddbadbf0f06be5de554866961b26c5caa4c05c155496e8" }, "downloads": -1, "filename": "jyquickhelper-0.2.96-py3-none-any.whl", "has_sig": false, "md5_digest": "c9f8e8e55ced829c31b74a5a9596a1ed", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 43039, "upload_time": "2017-11-21T23:43:26", "url": "https://files.pythonhosted.org/packages/b9/7d/6af89c0ef704f81d994e31824bfbd29686d8e3ca46888d7eecf03cbbcb6f/jyquickhelper-0.2.96-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "974c764d129c8eeb57634d167349947a", "sha256": "f563f48839b53f90123023073e31b4aefa3d1a967a87682db272faf275392951" }, "downloads": -1, "filename": "jyquickhelper-0.2.96.tar.gz", "has_sig": false, "md5_digest": "974c764d129c8eeb57634d167349947a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74229, "upload_time": "2017-11-21T23:43:14", "url": "https://files.pythonhosted.org/packages/ab/43/146a42db3d08fe1b37530b86d4aefd1224090e6779b98bf8bb976b29f1dc/jyquickhelper-0.2.96.tar.gz" } ], "0.3.128": [ { "comment_text": "", "digests": { "md5": "85e63fa4cb9c87a52e64ade35c50b200", "sha256": "83c90552debaaa3314c552dc3e9a78f72c0f9a7e322d4413d4c1a614085fadd2" }, "downloads": -1, "filename": "jyquickhelper-0.3.128-py3-none-any.whl", "has_sig": false, "md5_digest": "85e63fa4cb9c87a52e64ade35c50b200", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 1065201, "upload_time": "2018-03-21T14:52:18", "url": "https://files.pythonhosted.org/packages/c4/a7/1f1dafac20e80af6c251394aa9770c6691a799018df23c7fe68dc8bac6a0/jyquickhelper-0.3.128-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85e63fa4cb9c87a52e64ade35c50b200", "sha256": "83c90552debaaa3314c552dc3e9a78f72c0f9a7e322d4413d4c1a614085fadd2" }, "downloads": -1, "filename": "jyquickhelper-0.3.128-py3-none-any.whl", "has_sig": false, "md5_digest": "85e63fa4cb9c87a52e64ade35c50b200", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 1065201, "upload_time": "2018-03-21T14:52:18", "url": "https://files.pythonhosted.org/packages/c4/a7/1f1dafac20e80af6c251394aa9770c6691a799018df23c7fe68dc8bac6a0/jyquickhelper-0.3.128-py3-none-any.whl" } ] }