This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to ` jupyter-dash ` will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## 0.3.0 - ???
5+ ## 0.3.0 - 2020-07-21
66### Added
77 - Added suport for using JupyterDash in Google Colab ([ #27 ] ( https://github.com/plotly/jupyter-dash/pull/27 ) )
88 - Added support for installing JupyterDash from git using pip: (e.g. ` pip install git+https://github.com/plotly/jupyter-dash.git@master ` )
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ $ jupyter lab build
2828
2929To check that the extension is installed properly, call ` jupyter labextension list ` .
3030
31+ ## Colab support
32+ As of version 0.3.0, ` JupyterDash ` works in Colab with no additional configuration. Just install ` jupyter-dash ` using pip in a Colab notebook cell
33+ ```
34+ !pip install jupyter-dash
35+ ```
36+
3137# Features
3238To learn more about the features of JupyterDash, check out the [ announcement post] ( https://medium.com/plotly/introducing-jupyterdash-811f1f57c02e ) .
3339
You can’t perform that action at this time.
0 commit comments