Jupyter notebook이 자동으로 브라우저를 열어주지 못할 때 대처법

 

bash command가 작동하는 상황(mac os terminal, git bash, etc)에서

크롬브라우저가 깔려있을 때

 

$ export BROWSER="Chrome";jupyter notebook

 

하면 자동으로 크롬 브라우저가 열린다.

 

이후에는

 

$ jupyter notebook

 

만 쳐도 크롬으로 열린다.

+ Recent posts