[ec2]jupyter notebook설치

코드왕·2024년 9월 10일
  1. 설치
인스턴스 생성시 하단에 아래 문구 넣기

#!/bin/bash
curl -L https://tljh.jupyter.org/bootstrap.py \
  | sudo python3 - \
    --admin ljj
    
  1. SSH에서 입력
curl -L https://tljh.jupyter.org/bootstrap.py | sudo python3 - --admin ljj
sudo apt-get update
sudo apt-get install pip

pip install notebook

jupyter notebook password
profile
CODE DIVE!

0개의 댓글