WSL에서 Jupyter notebook 윈도우 브라우저로 열기
Jupyter notebook 설치
pip3 install jupyter
Jupyter notebook 설정파일 생성
jupyter notebook --generate-config
아래의 항목 False로 변경
c.NotebookApp.use_redirect_file = False
환경변수 등록하기
echo "export BROWSER='<자신이사용하는 브라우저 경로>'" >> <쉘설정파일 경로>
예시)
echo "export BROWS...
blog.aqudi.me1 min read