(1) jupyter notebook 크롬에서 실행하기 1. jupyter notebook --generate-config을 Windows PowerShell이나 Anaconda Prompt에서 실행 2. 생성된 jupyter_notebook_config.py 파일을 찾아 메모장에서 편집해야함. 메모장 창에다가 해당 파일을 끌면 편집할 수 있음 3. #c. NotebookApp.browser를 찾아 c.NotebookApp.browser = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'으로 변경 ※ 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'는 보통 크롬이 설치되는..