{ "info": { "author": "Michal Krassowski", "author_email": "krassowski.michal+pypi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: IPython", "Framework :: Jupyter", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces", "Topic :: Utilities" ], "description": "Jupyter helpers\n===============\n\nThis collection of Jupyter helpers will help you to:\n\n- Play a sound once the computations have finished (or failed)\n- Integrate the notifications with your OS (ready for GNOME shell)\n- Enable auto-completion for rpy2 (great for using ggplot2!)\n- Summarize dictionaries and other structures in a nice table\n- Selectively import from other notebooks\n- Scroll to the recently executed cell on error or when opening the\n notebook\n- Use interactive (following) tail for long outputs\n\nThe detailed description is in preparation.\n\nInstallation\n~~~~~~~~~~~~\n\nFor basic functionality:\n\n.. code:: bash\n\n pip3 install jupyter_helpers\n\nTo include interactive widgets:\n\n.. code:: bash\n\n pip3 install ipywidgets\n jupyter labextension install @jupyter-widgets/jupyterlab-manager\n\nTo use advanced GNOME integration, run ``setup.sh`` script from the\ninstallation directory (PRs welcome to propose a better setup\nprocedure).\n\nTo check if you have required system libraries for the better GNOME\nintegration, see `notify-send.sh\nrepository `__.\n\nShowcase\n~~~~~~~~\n\nNotifications:\n\n.. figure:: https://raw.githubusercontent.com/krassowski/jupyter-helpers/master/images/notifications_integration.gif\n :alt: Notifications\n\n Notifications\n\nTailing outputs:\n\n.. figure:: https://raw.githubusercontent.com/krassowski/jupyter-helpers/master/images/tail.gif\n :alt: Following tail\n\n Following tail\n\nAuto-completion in R cells:\n\n.. figure:: https://raw.githubusercontent.com/krassowski/jupyter-helpers/master/images/r_autocomplete.gif\n :alt: R auto-completion\n\n R auto-completion\n\nNeat namespaces:\n\n.. figure:: https://raw.githubusercontent.com/krassowski/jupyter-helpers/master/images/neat_namespace.png\n :alt: NeatNamespace\n\n NeatNamespace\n\nSelective imports:\n\n.. figure:: https://raw.githubusercontent.com/krassowski/jupyter-helpers/master/images/selective_import.png\n :alt: Selective imports\n\n Selective imports", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/krassowski/jupyter-helpers/tarball/v0.1.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/krassowski/jupyter-helpers", "keywords": "jupyter,jupyterlab,notebook,helpers", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jupyter-helpers", "package_url": "https://pypi.org/project/jupyter-helpers/", "platform": "", "project_url": "https://pypi.org/project/jupyter-helpers/", "project_urls": { "Download": "https://github.com/krassowski/jupyter-helpers/tarball/v0.1.1", "Homepage": "https://github.com/krassowski/jupyter-helpers" }, "release_url": "https://pypi.org/project/jupyter-helpers/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A collection of helpers for Jupyter/IPython", "version": "0.1.1" }, "last_serial": 4951706, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fe1f541fbb66483a2a10d5878b837337", "sha256": "97d01a2860f9e4d210926bacc9e729d8050823442ab7078e3dc73cf4e6a6d8d6" }, "downloads": -1, "filename": "jupyter_helpers-0.1.tar.gz", "has_sig": false, "md5_digest": "fe1f541fbb66483a2a10d5878b837337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7693, "upload_time": "2019-03-17T23:54:02", "url": "https://files.pythonhosted.org/packages/7a/47/65d68ca2a256d810729121235a8c4b391b885125b1614059c164a05d788b/jupyter_helpers-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9fb09897feb23e30584bbd086d94ac79", "sha256": "55b75057118099c410e264482db08aa5b7a0281f7db91227513ad26558c3acde" }, "downloads": -1, "filename": "jupyter_helpers-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9fb09897feb23e30584bbd086d94ac79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7763, "upload_time": "2019-03-18T00:06:43", "url": "https://files.pythonhosted.org/packages/e4/7e/5c3a44342f1b6b0a84cb835dead219567a0080cea04daa42e198b9b505f5/jupyter_helpers-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fb09897feb23e30584bbd086d94ac79", "sha256": "55b75057118099c410e264482db08aa5b7a0281f7db91227513ad26558c3acde" }, "downloads": -1, "filename": "jupyter_helpers-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9fb09897feb23e30584bbd086d94ac79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7763, "upload_time": "2019-03-18T00:06:43", "url": "https://files.pythonhosted.org/packages/e4/7e/5c3a44342f1b6b0a84cb835dead219567a0080cea04daa42e198b9b505f5/jupyter_helpers-0.1.1.tar.gz" } ] }