Jupyter notebook installation

Project Jupyter (/ˈdʒuːpɪtər/ (About this soundlisten)) is a nonprofit organization created to “develop open-source software, open-standards, and services for interactive computing across dozens of programming languages”.

  1. Jupyter notebook installation
  2. Jupyter notebook in cloud
  3. References

Jupyter notebook installation

  1. Prerequisite: Python
  2. Installation
     > pip install -U pip virtualenv
     > virtualenv --system-site-packages -p python ./venv
     (venv) > .\venv\Scripts\activate
     (venv) > pip -m pip install --upgrade pip
     (venv) > pip list
     (venv) > pip install jupyter
     (venv) > jupyter notebook
     ...
     (venv) > deactivate
    
  3. Running the notebook

Jupyter notebook in cloud

References


© 2018. All rights reserved.

Powered by Hydejack v8.4.0