› Forums › Technical support › Jupyter Notebooks › Accessing anaconda/jupyter from shell
- This topic has 4 replies, 4 voices, and was last updated 5 years, 5 months ago by
Laura S.
-
AuthorPosts
-
-
September 21, 2020 at 17:36 #11914
Sorry, still a shell newbie, so this might be simple. [I had Anaconda installed anyway. So I just did the steps creating a py3 environment etc. ]
Problem/question: I can only use the conda/jupyter commands from Windows Power Shell when I start it up from the Anaconda Navigator, but not when I open it (or in fact bash) right away. Is this normal? Should I have installed/accessed sth. differently? -
September 22, 2020 at 09:41 #11937
You might need to check whether Anaconda has been added to your path environment variable. There are some instructions here:
https://www.datacamp.com/community/tutorials/installing-anaconda-windows
Let me know if that helps!
-
September 23, 2020 at 16:03 #11952
Hi Cathrine,
Thanks, I was wondering if that was it – and it was! All up and running now!
-
-
September 23, 2020 at 10:05 #11944
Hi, am not sure if this is in the right place but I’m new to this environment.
Got the notebooks on Notable and am trying to run them in interactive mode on OSX. When I put ‘jupyter notebook’ into the terminal I get no localhost link, but this:
jupyter notebook
The default interactive shell is now zsh.
To update your account to use zsh, please runchsh -s /bin/zsh.
For more details, please visit https://support.apple.com/kb/HT208050.
(base) maxs-MacBook-Pro:~ maxweisskopf$ jupyter notebookCan you help?
-
September 23, 2020 at 10:18 #11947
This is a new feature of the latest version of MacOS (Catalina onwards) – Apple have changed the default shell. But this is not an error message – just information.
The (base) in your shell prompt suggests that you haven’t activated the Python virtual environment, so try:
(base) $ conda activate slp
and you should see your prompt change from (base) to (slp). Now try
(slp) $ jupyter notebook
-
-
AuthorPosts
- You must be logged in to reply to this topic.
This is the new version. Still under construction.