Victor Leung
Victor Leung
BlogAI SolutionAlphaAlgoFlower shopFX CombineIEESushi ClassifierWealth Agile

Install Jupyter Notebook in Mac OS X

July 26, 2016

I’m using Anaconda way to install the jupyter notebook.

Firstly go to the website: https://www.continuum.io/downloads

After download and install using the Graphical installer, if you try to run:

    jupyter notebook

You will probably get an error:

> zsh: command not found: jupyter

This is because:

> zsh: command not found: conda

To solve this, use your favorite editor:

    vim ~/.zshrc

Add this line at the bottom of the file:

    export PATH=”$HOME/anaconda/bin:$PATH”

Save and restart your shell, then start the Jupyer notebook again. It should now running at: http://localhost:8888/


About Victor Leung

Software development professional with expertise in application architecture, cloud solutions deployment, and financial products development. Possess a Master's degree in Computer Science and an MBA in Finance. Highly skilled in AWS (Certified Solutions Architect, Developer and SysOps Administrator), GCP (Professional Cloud Architect), Microsoft Azure, Kubernetes(CKA, CKAD, CKS, KCNA), and Scrum(PSM, PSPO) methodologies.

Happy to connect
LinkedIn
Github
Twitter
@victorleungtw

Continuous improvement

Copyright © victorleungtw.com 2023.