All notable changes to jupyter-dash
will be documented in this file.
This project adheres to Semantic Versioning.
- 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
)
- The default display width in
mode='inline'
is now100%
to fill the screen width.
- Remove f-strings to support Python 3.5
Initial Release