Skip to content

Commit 507bf9f

Browse files
authored
Merge pull request #312 from jupytercalpoly/dev
Publish 0.7.6
2 parents a1fe17e + 7bd10df commit 507bf9f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/getting_started/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Requirements
77
~~~~~~~~~~~~
88
JupyterLab >= 2.0
99

10+
Install Nodejs
11+
~~~~~~~
12+
.. code:: bash
13+
14+
conda install -c conda forge nodejs
15+
1016
Install
1117
~~~~~~~
1218

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-tabular-data-editor",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "EXPERIMENTAL: JupyterLab Tabular Data Editor for CSV files",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)