1-Lab2-NCP-AI-2026 https://putty.org/index.html apt-get update apt install python3-pip # 2. Python 구성 pip3 install jupyter jupyter notebook --generate-config jupyter notebook password sed -i "s/^# c.ServerApp.ip = 'localhost'/c.ServerApp.ip = '*'/g" ~/.jupyter/jupyter_notebook_config.py jupyter notebook --allow-root 웹브라우저로 접속 : 서버 공인 IP:8888 223.130.133.4:8888 # AI 개발을 위한 다양한 라이브러리 설치 pip3 install tensorflow pip3 install matplot pip3 install pandas pip3 install scikit-learn pip3 install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu