Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit ab6c541

Browse files
committed
Update jupyterlab extension to 0.3.0
1 parent 045ed42 commit ab6c541

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
/extensions/jupyterlab/*.tgz
55
/dist
66
/build/
7-
/extensions/jupyterlab/dist/
87
.ipynb_checkpoints
98
/extensions/jupyterlab/README.md

extensions/jupyterlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",
-3.19 KB
Binary file not shown.
3.26 KB
Binary file not shown.

jupyter_dash/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)