ipython-in-depth
ipython-in-depth copied to clipboard
Nodejs==9.11?
I am trying to transfer environment.yml to requirements.txt and use pip install -r requirements.txt to install all packages.. Looks like nodejs package only have 0.1 version...??
Is Nodejs we install here a python package?
Nodejs is at nodejs.org. It is not a python package. It is available as a conda package, though.