n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.19k stars 185 forks source link

Jupyter Lab - iJavascript not working #250

Closed macroking closed 1 year ago

macroking commented 3 years ago

I am using Juypyter-lab, when I tried to install iJavascript on my Ubuntu OS. I am getting the following message

~/.npm-global/bin/ijsinstall Error running jupyter --version Error: Command failed: jupyter --version /bin/sh: 1: jupyter: not found

Error running ipython --version Error: Command failed: ipython --version /bin/sh: 1: ipython: not found

n-riesco commented 3 years ago

IJavascript requires jupyter. Have you run sudo apt install jupyter before installing IJavascript?