Skip to content

Releases: plotly/jupyter-dash

v0.4.2

01 Apr 20:13
Compare
Choose a tag to compare

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

16 Feb 17:16
Compare
Choose a tag to compare

Fixed

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

v0.4.0

22 Jan 17:07
351cb7c
Compare
Choose a tag to compare

0.4.0 - 2021-01-22

Added

  • JuypterLab 3.0 support

v0.3.0

21 Jul 12:00
Compare
Choose a tag to compare

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

20 May 00:05
Compare
Choose a tag to compare

0.2.1 - 2020-05-19

Added

  • Remove f-strings to support Python 3.5

v0.2.0

20 May 00:05
Compare
Choose a tag to compare

Initial Release

v0.2.0a9

16 May 14:13
Compare
Choose a tag to compare
v0.2.0a9 Pre-release
Pre-release

Prerelease

v0.2.0a10

16 May 14:46
Compare
Choose a tag to compare
v0.2.0a10 Pre-release
Pre-release
alpha 10

v0.2.0a8

14 May 16:43
Compare
Choose a tag to compare
v0.2.0a8 Pre-release
Pre-release

Pre-relase

v0.2.0a7

01 May 21:03
Compare
Choose a tag to compare

Fix usage of custom port in run_server.