Deno JavaScript Jupyter notebook issue
I have been struggling with getting started with jupyter notebooks which supports javascript. Deno expects
jupyter
to be in PATH, whereas I have tried everything, literally whatever I could do but jupyter
is not being in PATH. Mainly i tried:
- pip install notebook
- manully added python 3.12's scripts path to env's PATH
- still jupyter not being recognised as command
- deno jupyter
gives the following result:
whatever flag in jupyter command i run, I get the same result.
please help!1 Reply
UPDATE: I have got this issue resolved!
For anyone else needing help in the same issue, I suggest to follow the most upvoted solution in this Stack Overflow Problem
Stack Overflow
How to fix "'jupyter' is not recognized as an internal or external ...
I have installed Jupyter on Windows 10, Python 3.x via
$ pip install jupyter
The installation works fine, even though I did restart the terminal.
But trying to run
$ jupyter notebook
gives the