반응형
execute command : jupyter notebook --ip=MY_IP
jupyter notebook --generate-config
it makes jupyter_notebook_config.py file on C:\Users\User\.jupyter
delete jupyter_notebook_config.json file
ipython -> from IPython.lib import passwd; passwd()
-> sha1: ~~~~~
edit jupyter_notebook_config.py =>
c.NotebookApp.password = ' sha1: ~~ '
c.NotebookApp.notebook_dir = "PATH"
c.NotebookApp.terminals_enabled = False
jupyter notebook --generate-confidddg
jupyter notebook --generate-config
반응형
'DATA ANALYSIS' 카테고리의 다른 글
cannot import name 'is_url' from 'pandas.io.common' error (0) | 2020.08.25 |
---|---|
dacon 산업제어시스템 보안위협 탐지 AI 경진대회 환경셋팅 (1) | 2020.08.25 |
pandas to_csv to csv 한글 인코딩 깨질 때 (1) | 2020.05.05 |
jupyter notebook에 가상환경 kernel 추가하기 (0) | 2020.04.28 |
colab 안끊기게 유지 (0) | 2020.02.09 |
댓글