Aakash
Aakash3w ago

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:
deno jupyter
Warning "deno jupyter" is unstable and might change in the future.
✅ Deno kernel already installed
deno jupyter
Warning "deno jupyter" is unstable and might change in the future.
✅ Deno kernel already installed
whatever flag in jupyter command i run, I get the same result. please help!
1 Reply
Aakash
AakashOP3w ago
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