All notable changes to jupyter-dash will be documented in this file.
This project adheres to Semantic Versioning.
- Support for
Dash.runmethod added in Dash 2.4.0
- Fixed
werkzeug2.1.0 import andskipcalculation, shutdown deprecation warning. - Work around a partial import of
orjsonwhen it's installed and you usemode="jupyterlab" - Fix
infer_jupyter_proxy_configfor 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