Contents
접기
따로 캡처를 못 했지만
원래 나와야 하는 화면은 이렇다. (seaborn 이나 pyplot 은 import 할 필요 없다)
근데 이 화면이 안보이고 아래와 같은 html 코드가 보이는 경우가 있다.
에러의 상황이 다양하지만 내 이유는 주피터 랩과 버전이 맞지 않았기 때문인 것 같다..
Box(children=(HTML(value='<div id="ifr-pyg-000618e2011cc113ZF19tgGuTwMpkjVH" style="height: auto">\n <head>…
그래서 해결한 방법
Jupyter Lab 추가 확장에 관한 코드이다.
pip install jupyterlab
jupyter labextension install @jupyter-widgets/jupyterlab-manager
생각보다 시간이 소요 된다.
'개인 공부 > 에러는 그만' 카테고리의 다른 글
[오라클] m1_ sqldeveloper 새 계정 생성 (0) | 2024.06.11 |
---|---|
[.shp] 좌표 파일 읽기 (0) | 2024.06.01 |
[가상 환경 생성] os / linux (0) | 2024.05.18 |
Oracle ORA-00018: maximum number of sessions exceeded (0) | 2024.05.05 |