HomeMac & iOSInstalling Jupyter on Mac

Installing Jupyter on Mac

Installing Jupyter on Mac

  1. Run the following command to download pipcurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  2. Execute the downloaded: filepython3 get-pip.py
  3. Verify pip has been installed with the latest version: pip3 –version
  4. Install Jupyter Notebook with: pippip3 install notebook
  5. You may now run JupytType the following on terminal to get started with Jupyter: jupyter notebook or jupyterlab

Installing Jupyter on Linux

  1. Install PIP
  2. Upgrade PIP: python3 -m pip install –upgrade pip
  3. Install Jupiter: pip install jupyter or pip3 install Jupyter
  4. Install Notebook: pip install notebook
  5. Install webhook: python -m pip install jupyter_http_over_ws
  6. Install Jupiter-notebook: sudo apt install Jupyter-notebook
  7. Type the following on terminal to get started with Jupyter: jupyter notebook or jupyterlab

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -

Most Popular

Recent Comments