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 trial

Python Other Languages

which 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

oh well, i'll figure it out eventually

Not sure if you should be concerned but mine displays

/Library/Frameworks/Python.framework/Versions/3.7/bin/jupyter

I'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.