jupyter notebook2 Jupyter notebook setting 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 =.. 2019. 9. 20. Docker jupyter command 정리 docker run -it --name security -p 8888:8888 -v ~/security:/home/jupyter jupyter/minimal-notebook Ctrl + p & Ctrl + q docker ps -a docker rm ID docker container ls docker start ID docker attach ID docker rename my_container my_new_container docker exec -it jupyter_docker /bin/bash https://subicura.com/2017/01/19/docker-guide-for-beginners-2.html 2019. 5. 10. 이전 1 다음