
기타/Jupyter
[Jupyter] 윈도우 Jupyter lab 시작 경로 변경하기
윈도우에서 jupyter lab 시작 경로를 변경할 것이다. 1. config 생성 anaconda prompt를 검색하여 jupyter lab --generate-config입력 jupyter lab --generate-config 2. dir 변경 주석을 제거하고 c.ServerApp.notebook_dir에 사용자가 원하는 경로를 넣는다.