Jupyter notebook이 자동으로 브라우저를 열어주지 못할 때 대처법
bash command가 작동하는 상황(mac os terminal, git bash, etc)에서
크롬브라우저가 깔려있을 때
$ export BROWSER="Chrome";jupyter notebook
하면 자동으로 크롬 브라우저가 열린다.
이후에는
$ jupyter notebook
만 쳐도 크롬으로 열린다.
'Software > Python' 카테고리의 다른 글
[python/jupyter/notebook] 주피터 노트북으로 발표하기! (0) | 2019.12.12 |
---|---|
RISE: conda install -c damianavila82 rise (0) | 2019.11.28 |
Git bash에서 jupyter notebook사용하기 (0) | 2019.09.06 |
[파이썬(Python)] 기본문법 (0) | 2019.08.05 |