반응형
차량 경로 추적 프로젝트 중 해당 오류가 출력되었다.
jupyter와 ipywidgets를 업데이트 하라면서 참고할 사이트를 출력해준다.
https://ipywidgets.readthedocs.io/en/stable/user_install.html
Installation — Jupyter Widgets 8.1.1 documentation
Installation Users can install the current version of ipywidgets with pip or conda. In most cases, installing the Python ipywidgets package will also automatically configure classic Jupyter Notebook and JupyterLab 3.x to display ipywidgets. With pip, do: o
ipywidgets.readthedocs.io
!pip3 install ipywidgets
위 코드를 실행 후 재시작하고 오류가 해결되었다.
반응형