norment / tsd_issues

Repo to track issues with TSD as tickets
2 stars 0 forks source link

jupyter command not found in p33-submit or p33-appn-norment01 #71

Closed zillurbmb51 closed 3 years ago

zillurbmb51 commented 3 years ago

Hi, I was trying to use jupyter notebook on p33 but getting "jupyter command not found" (attached is my commands). Any help?

Best Regards Zillur jupyter-command-not-found-in-p33

ofrei commented 3 years ago

@zillurbmb51 jupyter needs to be installed (is not available by default). Did you ran the following command?

pip3 install --index-url=file:///shared/pypi/mirror/web/simple jupyter
zillurbmb51 commented 3 years ago

@ofrei Thank you. When I used for the first time, I installed it and did not know that I have to install it again. However, It seems new installation works. But I am getting a new issue. In the browser, it asks for the token. If I give the token that is generated by jupyter notebook command , it shows "invalid credentials" (Attached).

browser-invalid-credentials jupyter-token

ofrei commented 3 years ago

did not know that I have to install it again

Not really - once you install, it it should work. Let me know if it stops working again - this is not how it should be. Note that you've started the jupyter on port 8889 - not 8888 (because 8888 was busy by someone else). In you browser you need to type localhost:8889, and then provide the token.

ofrei commented 3 years ago

@zillurbmb51 This one is solved, right? I remember we discussed in on Zoom. Closing the ticket.