Open
Description
Problem
It is currently not possible to statically import ipywidgets
into a platform like remix.run
or next.js
because of module side effects. The objective is not to enable SSR using jupyter widgets, but instead to reduce the friction of using them in frameworks that do SSR.
This is related to open issues in JupyterLab and Lumino here:
- Enable jupyterlab client packages to be imported in server side code jupyterlab/jupyterlab#13429
- Enable a lumino dependancies to be built in serverside only code jupyterlab/lumino#470
Proposed Solution
Bring in the change suggested in this comment:
and work though any implications of that.
Metadata
Metadata
Assignees
Labels
No labels