{ "info": { "author": "Samuel Rizzo", "author_email": "rizzolabs@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.7" ], "description": "# Jupyter Live Magic\n\nA Jupyter Notebook %%magic for periodic auto re-run and refresh of Cells\n\n\nUsage\n------\n\nLoad extension inside a Jupyter notebook:\n\n```\n%load_ext jupyterlivemagic\n```\n\nAdd code with Cell magic:\n\n```\n%%live\n# code to re-run\n```\n\n\nExamples\n--------\n\nDisplay current time, update every second:\n\n```\n%%live\n%%bash\ndate\n```\n\nDisplay current datetime, update every 500ms:\n\n```\n%%live --refresh-rate 500\nimport datetime\nstr(datetime.datetime.now())\n```\n\n\nInstallation\n------------\n\nInstall and activate dependencies:\n\n- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets)\n- [jupyter-interval-widget](https://github.com/srizzo/jupyter-interval-widget)\n\nThen:\n\n $ pip install jupyter-live-magic\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/srizzo/jupyter-live-magic", "keywords": "ipython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jupyter-live-magic", "package_url": "https://pypi.org/project/jupyter-live-magic/", "platform": "", "project_url": "https://pypi.org/project/jupyter-live-magic/", "project_urls": { "Homepage": "https://github.com/srizzo/jupyter-live-magic" }, "release_url": "https://pypi.org/project/jupyter-live-magic/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A Jupyter Notebook %%magic for periodic auto re-run and refresh of Cells", "version": "0.1.2" }, "last_serial": 5492370, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "de74ddf1739a8b859a50d2f4ba8c8943", "sha256": "b72c43e9da90efad7db78a62ead1d10bb4ac99bdfc58902fd149316e72ed6a0f" }, "downloads": -1, "filename": "jupyter_live_magic-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "de74ddf1739a8b859a50d2f4ba8c8943", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3385, "upload_time": "2019-07-05T17:15:56", "url": "https://files.pythonhosted.org/packages/9d/6e/f3154e2f261c4d5b46a1734a0b02f9fe50e7c0e514044642e696a1be4d4a/jupyter_live_magic-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "312ab4e69e7ce59f589475fb8a2b1d24", "sha256": "1f1a2677f79ca3feea5a81aab0df1ad48459ddac2f11d15151127ba6c7571213" }, "downloads": -1, "filename": "jupyter-live-magic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "312ab4e69e7ce59f589475fb8a2b1d24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2032, "upload_time": "2019-07-05T17:15:45", "url": "https://files.pythonhosted.org/packages/43/cb/f6aad9641593b4725ea4e1136925e5c76d6d909fb6d3d2e0fca613001dff/jupyter-live-magic-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de74ddf1739a8b859a50d2f4ba8c8943", "sha256": "b72c43e9da90efad7db78a62ead1d10bb4ac99bdfc58902fd149316e72ed6a0f" }, "downloads": -1, "filename": "jupyter_live_magic-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "de74ddf1739a8b859a50d2f4ba8c8943", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3385, "upload_time": "2019-07-05T17:15:56", "url": "https://files.pythonhosted.org/packages/9d/6e/f3154e2f261c4d5b46a1734a0b02f9fe50e7c0e514044642e696a1be4d4a/jupyter_live_magic-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "312ab4e69e7ce59f589475fb8a2b1d24", "sha256": "1f1a2677f79ca3feea5a81aab0df1ad48459ddac2f11d15151127ba6c7571213" }, "downloads": -1, "filename": "jupyter-live-magic-0.1.2.tar.gz", "has_sig": false, "md5_digest": "312ab4e69e7ce59f589475fb8a2b1d24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2032, "upload_time": "2019-07-05T17:15:45", "url": "https://files.pythonhosted.org/packages/43/cb/f6aad9641593b4725ea4e1136925e5c76d6d909fb6d3d2e0fca613001dff/jupyter-live-magic-0.1.2.tar.gz" } ] }