Thank you @erkin98 for your response.
- I have added the
@jupyter-widgets/jupyterlab-manager
inexamples/notebook
with commandjlpm add @jupyter-widgets/jupyterlab-manager
. - Then I run build with
jlpm run build:examples
but I still cant see ipywidgets, just plain text.
In developer console, I get error default.js:1125 Exception opening new comm
.
Maybe I need some changes in index.ts
code?