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 trialHenry Lin
2,230 PointsThough I already installed jupyter notebook, but I can't launch jupyter notebook on shell.
After I installed jupyter notebook with shell, I couldn't launch jupyter notebook on shell. And the shell showed:
jupyter : 無法辨識 'jupyter' 詞彙是否為 Cmdlet、函數、指令檔或可執行程式的名稱。請檢查名稱拼字是否正確,如果包含路徑的話,請確認路徑 是否正確,然後再試一次。 位於 線路:1 字元:1
- jupyter notebook
- ~~~~~~~
- CategoryInfo : ObjectNotFound: (jupyter:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
1 Answer
Travis Alstrand
Treehouse TeacherHi there Henry Lin !
I haven't encountered this issue before, but I Googled your error you've provided and found this StackOverflow post with someone having the same issue.
However, this person is using a Windows machine and Powershell. I'm not sure what you're using, but maybe you can find some help there. Google is usually my best friend when I come across issues like this.