터미널에서
ssh -i /Users/human/Dropbox/AWS/keypair_aws.pem ubuntu@54.218.65.170
를 쳐서 들어가면 된다. 아이피는
http://aws.amazon.com/
에서 (id: sungjoon.choi@cpslab.snu.ac.kr)
My Account -> AWS management console -> EC2 -> Instances
에 오른쪽 아래에
Public IP
부분에 있다.
그러면 터미널에서 ssh를 실행해서 우분투에 접속을 하고..
ubuntu@ip-172-31-17-126:~$
와 같이 나온다.
sudo apt-get update
를 했다.
그리고
sudo apt-get install npm nodejs-legacy
를 했다. (sudo apt-get update를 하지 않으면 안되더라..)
sudo apt-get install python3-pip
sudo pip3 install jupyter
sudo npm install -g configurable-http-proxy
sudo pip3 install jupyterhub
sudo pip3 install jupyterhub
sudo apt-get install git
sudo git clone https://github.com/jupyter/jupyterhub
cd jupyterhub
sudo pip3 install -r dev-requirements.txt -e .
sudo npm install
python3 setup.py js
python3 setup.py css
sudo jupyterhub --no-ssl
몬가 쥬피터허브는 설치가 되었으나.. 사용법을 모르겠다.
일단 지지
'Enginius > Python&TensorFlow' 카테고리의 다른 글
JupyterHub on AWS EC2 (0) | 2016.04.08 |
---|---|
딥러닝 강의 1주차 + VirtualBox에 Ubuntu + Anaconda (4) | 2016.04.08 |
Basic Python Usage (0) | 2016.04.06 |
TensorFlow 맛보기 (2) | 2016.03.02 |
TensorFlow 설치하기 (3) | 2016.03.02 |