midicontrols icon indicating copy to clipboard operation
midicontrols copied to clipboard

[WIP] update to modern JupyterLab

Open afshin opened this issue 2 years ago • 2 comments

I don't really know what I'm doing. But this is some amount of the way there.

I'd appreciate guidance (cc: @jasongrout @wolfv @martinRenou)

afshin avatar Mar 17 '23 01:03 afshin

I took the output of the widget cookiecutter and patched in the logic from the old version.

I ran into one type mismatch (using unpack_models) which I handled with a kludge, but I imagine I have a version mismatch somewhere?

This is what I get right now:

Screenshot 2023-03-17 at 01 26 40

afshin avatar Mar 17 '23 01:03 afshin

This PR may fix it https://github.com/ipython/ipykernel/pull/1097 ?

martinRenou avatar Mar 17 '23 08:03 martinRenou