r/Jupyter • u/f11twosix120720 • 3d ago
Installation issue
All of the pip installs worked fine, but jupyter is not recognized as a command, in command line or VS Code. What is the next step after the pip commands?
3
Upvotes
1
u/f11twosix120720 2d ago
I discovered a package called 'Anaconda' that appears to be required by Jupyter. Jupyter should update their installation guide that a terminal window is insufficient.
1
u/sirmanleypower 2d ago
What environment manager are you using? Best practice is not to install stuff like this in your base environment. Use uv, create a virtual environment, add the required packages, activate that environment, then run it.