A Custom Jupyter Widget Library for Vega.js
You can install using pip:
pip install ipyvegaOr if you use jupyterlab:
pip install ipyvega
jupyter labextension install @jupyter-widgets/jupyterlab-managerIf you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipyvega