All notable changes to jupyter-dash
will be documented in this file.
This project adheres to Semantic Versioning.
- Support for
Dash.run
method added in Dash 2.4.0
- Fixed
werkzeug
2.1.0 import andskip
calculation, shutdown deprecation warning. - Work around a partial import of
orjson
when it's installed and you usemode="jupyterlab"
- Fix
infer_jupyter_proxy_config
for newer jupyterlab versions
- Support Dash 2.1, fix
AttributeError: Read-only... requests_pathname_prefix
- JuypterLab 3.0 support
- Added support 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