Can't install extensions for JupyterLab because Node.js and npm can't be found

264 Views Asked by At

I installed Jupyter Lab via pip on a windows machine.

I installed Node.js via their website and used the wizard they provided.

I verified Node.js and npm are install on my machine:

enter image description here

Installed via pip, I can verify that flake8 extension is on my machine in the site-packages directory:

enter image description here

However, my "installed" section in Jup-Lab shows nothing - as does labextension list:

enter image description here

If I try to install extensions for Jup-Lab using the extension manager it tells me I have to install nodejs and npm

enter image description here

I've been searching for hours, but completely lost on how to resolve this. Please help!

0

There are 0 best solutions below