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 a1fe17e + 7bd10df commit 507bf9fCopy full SHA for 507bf9f
docs/getting_started/installation.rst
@@ -7,6 +7,12 @@ Requirements
7
~~~~~~~~~~~~
8
JupyterLab >= 2.0
9
10
+Install Nodejs
11
+~~~~~~~
12
+.. code:: bash
13
+
14
+ conda install -c conda forge nodejs
15
16
Install
17
~~~~~~~
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-tabular-data-editor",
3
- "version": "0.7.5",
+ "version": "0.7.6",
4
"description": "EXPERIMENTAL: JupyterLab Tabular Data Editor for CSV files",
5
"keywords": [
6
"jupyter",
0 commit comments