This repository was archived by the owner on Aug 29, 2025. It is now read-only.
v0.3.0
0.3.0 - 2020-07-21
Added
- Added suport for using JupyterDash in Google Colab (#27)
- Added support for installing JupyterDash from git using pip: (e.g.
pip install git+https://github.com/plotly/jupyter-dash.git@master)
Changed
- The default display width in
mode='inline'is now100%to fill the screen width.