Installing Jupyter on Mac
- Run the following command to download pipcurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- Execute the downloaded: filepython3 get-pip.py
- Verify pip has been installed with the latest version: pip3 –version
- Install Jupyter Notebook with: pippip3 install notebook
- You may now run JupytType the following on terminal to get started with Jupyter: jupyter notebook or jupyterlab
Installing Jupyter on Linux
- Install PIP
- Upgrade PIP: python3 -m pip install –upgrade pip
- Install Jupiter: pip install jupyter or pip3 install Jupyter
- Install Notebook: pip install notebook
- Install webhook: python -m pip install jupyter_http_over_ws
- Install Jupiter-notebook: sudo apt install Jupyter-notebook
- Type the following on terminal to get started with Jupyter: jupyter notebook or jupyterlab