-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle restore #8
Comments
Maybe we could use a similar approach as @saulshanabrook did in https://github.com/Quansight-Labs/jupyter-widgets-takeover, instead of relying on the widget's |
I spoke too soon, unfortunately... Issue is we don't save the arguments to |
It sounds like it should be doable, but would maybe require writing a custom widget manager though. |
I got this working with my widgets factory... it's a bit zany though: https://github.com/Quansight-Labs/jupyter-widgets-takeover/blob/a0b2af7245e420297784eb9a4338b8f6e2c8747a/src/workspace.tsx#L60-L90 |
But it looks functional :) I guess it would even make sense to be able to remove the chrome in core lab as well. |
Ah I see you posted in jupyterlab/jupyterlab#2031 👍 |
Yeah it's functional haha after many tears... |
I think this can be closed, now? |
At the moment the panels are not restored on page refresh.
We could transparently use the
LayoutRestorer
to transparently restore these panels that are added to theshell
.The text was updated successfully, but these errors were encountered: