ipywidgets.readthedocs.io/en/stable/user_install.html
위 url에 들어가 확인해보라고 한다.
cmd를 열어서 사용하는 가상환경을 activate한 후
pip install ipywidgets
jupyer nbextension enable --py widgetsnbextension
위 코드 입력하면 된다.
'둘 > [ Python ]' 카테고리의 다른 글
Handling "inf", "-inf" in Python (0) | 2022.07.12 |
---|---|
Layer ModuleWrapper has arguments in `__init__` and therefore must override `get_config` (0) | 2022.07.05 |
Remove Negative Values in Numeric columns in DataFrame (0) | 2022.06.28 |
Generate Time Index using Python (0) | 2022.03.25 |
Get a List of all Column Names in Pandas DataFrame (0) | 2021.12.14 |