Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 682b6c6

Browse files
committed
CHANGELOG date, README Colab section
1 parent 469a2f1 commit 682b6c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to `jupyter-dash` will be documented in this file.
33
This 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`)

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ $ jupyter lab build
2828

2929
To 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
3238
To learn more about the features of JupyterDash, check out the [announcement post](https://medium.com/plotly/introducing-jupyterdash-811f1f57c02e).
3339

0 commit comments

Comments
 (0)