LoginSignup
0
0

JupyterLabでipywidgetsのGUIオブジェクトが表示できない

Posted at

発生したトラブル

  • 人のソースコード(.ipynb)を触っていたら、うまく動かない
  • ipywidgetsのオブジェクトがうまく表示されない
    image.png

解決方法

バージョンを指定したらいけた

pip install jupyterlab==4.0.1 ipywidgets==8.0.3

参考:https://github.com/jupyter-widgets/ipywidgets/issues/3781

終わりに

  • 解決に2時間くらいかかった。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0