I've tried since yesterday to launch anaconda after I install the new version of macOS Catalina (before I understand that it is a beta version), and I finally find a way. But unfortunately, I can not launch Jupiter notebook from terminal because apparently it is not installed and it doesn't want to neither. How can I fix that ?
I have also found some problems with the new Catalina update. I believe this may be due to the terminal switching from bash to zsh.
However, I have been able to make Jupyter notebook work again by running (just double-click) the "Update Shell Profile.command" file located in the "Python 3.7" folder (found in the Applications folder).
Then run jupyter notebook
on the terminal as usual.
Let me know if this helps!
PS: While you are at it you might also want to run the "Install Certificates.command" file.
Try installing Jupyter with Homebrew, this method has worked for me.
Use the following command in Terminal:
brew install jupyter
Then launch a Jupyter notebook with:
jupyter notebook
This should also work for JupyterLab:
jupyter lab
And in case you don't have Homebrew installed, start with the following command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With