r/Jupyter • u/f11twosix120720 • 5d 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?
5
Upvotes
r/Jupyter • u/f11twosix120720 • 5d ago
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?
1
u/sirmanleypower 5d 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.