Jupyter Dash Versions Save

OBSOLETE - Dash v2.11+ has Jupyter support built in!

v0.4.2

2 years ago

Fixed

  • Fixed werkzeug 2.1.0 import and skip calculation, shutdown deprecation warning.
  • Work around a partial import of orjson when it's installed and you use mode="jupyterlab"
  • Fix infer_jupyter_proxy_config for newer jupyterlab versions

v0.4.1

2 years ago

Fixed

  • Support Dash 2.1, fix AttributeError: Read-only... requests_pathname_prefix

v0.4.0

3 years ago

0.4.0 - 2021-01-22

Added

  • JuypterLab 3.0 support

v0.3.0

3 years ago

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 now 100% to fill the screen width.

v0.2.1

3 years ago

0.2.1 - 2020-05-19

Added

  • Remove f-strings to support Python 3.5

v0.2.0

3 years ago

Initial Release

v0.2.0a10

4 years ago

v0.2.0a9

4 years ago

Prerelease

v0.2.0a8

4 years ago

Pre-relase

v0.2.0a7

4 years ago

Fix usage of custom port in run_server.