Hello,
This package looks amazing! I am trying to install it and just wanted to bring to your attention the error I am getting when trying to install the extensions:
An error occured.
ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details: /var/folders/d7/8vn6rd1d6f37gtgy13h3b95mx3fmv/T/jupyterlab-debug-gpa6bos.log
An error occured.
ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details: /var/folders/d7/8vn6rd1d6f37gtgy_13h3b95mx3fmv/T/jupyterlab-debug-403256tw.log
The command below installed NodeJs from within the Jupyter notebook:
Thanks, it's at an early stage of development as yet. I don't use conda and installed nodejs on ubuntu using npm I think and then forgot about it. I'll add that to the install docs.
Hello, This package looks amazing! I am trying to install it and just wanted to bring to your attention the error I am getting when trying to install the extensions:
An error occured. ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website. See the log file for details: /var/folders/d7/8vn6rd1d6f37gtgy13h3b95mx3fmv/T/jupyterlab-debug-gpa6bos.log An error occured. ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website. See the log file for details: /var/folders/d7/8vn6rd1d6f37gtgy_13h3b95mx3fmv/T/jupyterlab-debug-403256tw.log
The command below installed NodeJs from within the Jupyter notebook:
conda install nodejs
Cheers!