Skip to content
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

Improve support for JupyterLab #39

Open
EugeneLoy opened this issue Oct 11, 2019 · 2 comments
Open

Improve support for JupyterLab #39

EugeneLoy opened this issue Oct 11, 2019 · 2 comments

Comments

@EugeneLoy
Copy link
Owner

EugeneLoy commented Oct 11, 2019

TBD

Follow up on: https://coq.discourse.group/t/jupyter-kernel-for-coq/256/2

@kevinmehall
Copy link

I came across your "auto-rollback" feature while trying to implement something similar for my own kernel. FYI JupyterLab gives each cell a persistent ID and passes cellId and deletedCells metadata on every execute request, accessible by ipykernel in self._parent_header['metadata'].

jupyterlab/jupyterlab#5033
https://github.com/jupytercalpoly/reactivepy

@EugeneLoy
Copy link
Owner Author

@kevinmehall Thanks for pointing this out!

Maintaining persistent cell id was a major pain while implementing kernel for vanilla notebook frontend.

I am pretty sure this will help with JupyterLab implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants