Open
Description
I have created a custom widget following this tutorial.
I am using ipywidgets == 8.0.6
and jupyterlab == 3.5.0
.
By referring to this suggestion, I used the option ' Save Widget State Automatically'. But after the kernel restart, I am getting the 'Error displaying widget: model not found' error.
I am creating a different custom widget but for simplicity, I have used the tutorial example custom widget.
The use case I want to achieve is the same though; I want to persist the widget state in the Jupyter lab.
Is there anything I am missing?