ipyvega
ipyvega copied to clipboard
IPython/Jupyter notebook module for Vega and Vega-Lite
Bumps [vega-lite](https://github.com/vega/vega-lite) from 4.17.0 to 5.4.0. Release notes Sourced from vega-lite's releases. v5.4.0 :tada: This release contains work from new contributors! :tada: Thanks for all your work! :heart: Lukas Hermann...
I'm getting a 404 error in the browser (and in the jupyter console) when running the `Vega(...)` cell. Here's the output from the jupyter console ``` 404 GET /static/jupyter-vega.js (127.0.0.1)...
I'm getting an 'Error displaying widget: model not found' in jupyterlab - although it works using the voila extension within jupyterlab but i assume the widgets are loaded differently. Is...
With @xtianpoli, we have implemented an improved serialization of Pandas DataFrames for ipyvega. It is not complete, we need to follow the rules of Altair for column type conversions, but...
Hello, I am trying to render Altair charts in jupyter notebook, but I am getting only blank inline output. I am using "alt.renderers.enable('notebook')" renderer option in my jupyter notebook. 'Mimetype'...
cc. @wolfv It looks like this package is not `noarch` on conda-forge, while it could be. It cannot be `noarch` yet because of the [post-link file that install the nbextension...
Hi, The serialization of dataframes from python to vega in json is very inefficient, even for smallish datasets. The https://github.com/vidartf/ipydatawidgets provide a mechanism to improve the serialization of numpy arrays,...
could use the comms interface like in https://towardsdatascience.com/introducing-notebookjs-seamless-integration-between-python-and-javascript-in-computational-e654ec3fbd18
Some database queries return python date objects in pandas frames call `pd.read_sql`. Pandas generally knows how to deal with this, for example, when displaying a table, it formats the date...