IT215 gcp 에서 jupyter notebook 실행 1. VPC Network - External IP Address 2. change to static / 고정으로 변경 3. Create Firewall Rule - add your port numbertcp: 4. Jupyter를 설치 했다면...After install jupyter notebook... - create config file$ jupyter notebook --generate-config 5. Edit Config file 6. add to jupyter_notebook_config.pyc = get_config()c.NotebookApp.ip = '*'c.NotebookApp.open_browser = Falsec.NotebookApp.port = - Save 7. $ jupyter.. 2018. 2. 23. /usr/bin/python3: No module named pip pip를 설치해야 한다. install pip for python 3 1. install pipsudo apt-get updatesudo apt-get install python3-setuptoolssudo easy_install3 pippip --version 2018. 2. 23. change putty color (theme) / putty 테마 색 변경 [putty theme list]https://github.com/AlexAkulov/putty-color-themes 1. windows + R 2. HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\change colour values [putty theme list]https://github.com/AlexAkulov/putty-color-themes --------------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings] "Colour0"="196,197,181" ".. 2018. 2. 23. command line prompt too long / 커멘드라인이 너무 길 경우 줄이는 방법 jhwskorg@ubuntu-instance:~/workscpace/test/data/controller$위와 같이 너무 prompt가 길 경우 줄일 수 있다. 1. Edit .bashrc / .bashrc 수정1-1. ls -al 로 list를 본다.1-2. vi .bashrc 2. remove @\h, change \w -> \W / @\h 제거, \w -> \W 변경한다. PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ 'else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' Restart! 2018. 2. 23. 이전 1 ··· 4 5 6 7 8 9 10 ··· 54 다음 반응형