ITADN

Consider integrating with other notebook environments like marimo

#58Closedmeditans 创建于 2025-02-08
feature-request
M
meditanscommented
If the library used `https://github.com/manzt/anywidget` instead of hardcoding the dependency on `IPython` like in the checks in `ipython_integration.py`: ``` if IPython is None: raise RuntimeError("Cannot use `register_as_default` outside of IPython.") ``` we could also use these widgets in other notebook environments, like https://github.com/marimo-team/marimo
关闭于 2025-04-21 4 条评论