Skip To Main Content
Support Knowledge Base

Launching JupyterLab in Intel® Developer Cloud Instance

Content Type: Install & Setup   |   Article ID: 000094036   |   Last Reviewed: 11/16/2023
  1. To access a launched Bare Metal/Virtual Machine Instance, from View Instances , click on Click here to copy the SSH command and paste in terminal or command prompt.
  2. Add additional command, -L 8888:localhost:8888, along with copied SSH command in terminal or command prompt.
    e.g. ssh <SSH command> -L 8888:localhost:8888
  3. Install Python* virtual environment:
    sudo apt install python3-venv
  4. Create Python* virtual environment:
    python3 -m venv jupyter_env
  5. Activate Python* virtual environment:
    source jupyter_env/bin/activate
  6. Install JupyterLab in Python* virtual environment:
    pip3 install jupyterlab
  7. Launch JupyterLab in Python* virtual environment:
    jupyter-lab
  8. Copy one of the URLs displayed, paste and open it on a browser on your local machine.
    e.g. http://localhost:8888/lab?token=<token_code>

Related Products

This article applies to 2 products.