본문 바로가기
DATA ANALYSIS

Jupyter notebook setting

by Z@__ 2019. 9. 20.
반응형

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

반응형

댓글