This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: plotly/jupyter-dash
Releases · plotly/jupyter-dash
v0.4.2
v0.4.1
Fixed
- Support Dash 2.1, fix
AttributeError: Read-only... requests_pathname_prefix
v0.4.0
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.