Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 665 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 665 Bytes

Change Log for JupyterDash

All notable changes to jupyter-dash will be documented in this file. This project adheres to Semantic Versioning.

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.

0.2.1 - 2020-05-19

Added

  • Remove f-strings to support Python 3.5

0.2.0 - 2020-05-19

Initial Release