We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0574d9d + 53c47db commit 2e7a2f0Copy full SHA for 2e7a2f0
.gitignore
@@ -9,3 +9,5 @@ node_modules/
9
.eslintcache
10
**/.DS_Store
11
coverage/
12
+jupyterlab-tabular-data-editor/__pycache__/
13
+jupyterlab-tabular-data-editor/labextension/
docs/getting_started/changelog.rst
@@ -2,6 +2,9 @@
2
3
Changelog
4
---------
5
+v1.0.0
6
+^^^^^^
7
+* Extension is now compatible with Jupyterlab 3.0
8
v0.7.5
^^^^^^
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyterlab-tabular-data-editor",
- "version": "0.7.6",
+ "version": "1.0.0",
"description": "EXPERIMENTAL: JupyterLab Tabular Data Editor for CSV files",
"keywords": [
"jupyter",
0 commit comments