{ "info": { "author": "Tom Baldwin", "author_email": "baldwint@baldwint.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: IPython", "Framework :: Jupyter", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Visualization" ], "description": "# autovega\n\n`autovega` is an IPython/Jupyter notebook widget for quick visualization of Pandas dataframes using [Vega](https://vega.github.io/) and [Altair](https://altair-viz.github.io/).\n\n## Usage\n\nImport autovega and call `register_renderer` at the top of your notebook.\n\n```python\nimport autovega\nautovega.register_renderer()\n```\n\nNow, whenever Jupyter displays a dataframe, it will also render a GUI for choosing one of several plot types and encodings.\n\nAlternatively, to use the widget selectively (without registering it as the default dataframe renderer in Jupyter), use the `display_dataframe` function to wrap your dataframes.\n\n```python\nautovega.display_dataframe(df)\n```\n\n## Installation\n\nFollow [Altair's instructions](https://altair-viz.github.io/getting_started/installation.html) for installing and configuring `altair` and `vega3`. Then install autovega:\n\n```bash\npip install autovega\n```\n\nOr, for the development version:\n\n```bash\npip install -e git+https://github.com/baldwint/autovega.git#egg=autovega\n```\n\n## Prior Art\n\nThis module is inspired by [autovizwidget](https://github.com/jupyter-incubator/sparkmagic/tree/master/autovizwidget), which provides a similar functionality using Plotly as backend.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/baldwint/autovega", "keywords": "", "license": "BSD 3-clause", "maintainer": "", "maintainer_email": "", "name": "autovega", "package_url": "https://pypi.org/project/autovega/", "platform": "", "project_url": "https://pypi.org/project/autovega/", "project_urls": { "Homepage": "https://github.com/baldwint/autovega" }, "release_url": "https://pypi.org/project/autovega/0.1.dev0/", "requires_dist": null, "requires_python": "", "summary": "An IPython/Jupyter notebook widget for quick visualization of Pandas dataframes", "version": "0.1.dev0" }, "last_serial": 3822966, "releases": { "0.1.dev0": [ { "comment_text": "", "digests": { "md5": "7a5bc9a85cf112fbf2985351401738fe", "sha256": "666a17cbf2a19171535c05e03be10214544952190397695f5e11762eb82c52d3" }, "downloads": -1, "filename": "autovega-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "7a5bc9a85cf112fbf2985351401738fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3737, "upload_time": "2018-05-01T05:23:36", "url": "https://files.pythonhosted.org/packages/ea/aa/ecf612c935b82f3237180895ef962c27603a856ebe8a9df26f3673c558d0/autovega-0.1.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a5bc9a85cf112fbf2985351401738fe", "sha256": "666a17cbf2a19171535c05e03be10214544952190397695f5e11762eb82c52d3" }, "downloads": -1, "filename": "autovega-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "7a5bc9a85cf112fbf2985351401738fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3737, "upload_time": "2018-05-01T05:23:36", "url": "https://files.pythonhosted.org/packages/ea/aa/ecf612c935b82f3237180895ef962c27603a856ebe8a9df26f3673c558d0/autovega-0.1.dev0.tar.gz" } ] }