Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMark Chesney
11,747 Pointswhich jupyter
When I type which jupyter
from my terminal's home directory, nothing is displayed. But I already have Jupyter Notebooks installed. Is this only for the purpose of installing other languages? Should I be concerned?
Thank you!
3 Answers
Mark Chesney
11,747 Pointsoh well, i'll figure it out eventually
KRIS NIKOLAISEN
54,971 PointsNot sure if you should be concerned but mine displays
/Library/Frameworks/Python.framework/Versions/3.7/bin/jupyter
adrian miranda
13,561 PointsI'm sure you have long since gotten an answer, but to anyone else running into the same problem, if you run which jupyter
, and get nothing, it means that jupyter is not installed in your path. Which means you have some difficulty running it in the future.
If you are running into that problem, look around and see if you can find jupyter. If so, it may make sense to add it the directory to your path, so you can find it in the future.