Installing Jupyter Notebook on Ubuntu
Reference: https://jupyter.readthedocs.io/en/latest/install.html
- sudo pip3 install --upgrade setuptools
- pip3 install --upgrade pip
- sudo apt-get install python-dev
- pip3 install jupyter
Reference: https://jupyter.readthedocs.io/en/latest/install.html
No comments:
Post a Comment