Matthew Seal
Matthew Seal
Some context and thread to implement a version of this proposal: https://github.com/jupyter/jupyter_client/issues/487 I shamefully did not find time to work on the implementation before going on paternity leave, but I...
> Clients can already include metadata in execute requests- for example JupyterLab includes cellId and recordTiming. The goal is to make such information a part of the standard of minimal...
@minrk Would you be comfortable with being assigned as the shepard for the JEP PR to follow? I think the PR will draw more eyes to the change and we...
Great, thanks Min!
Sorry I accidentally hit the close button. 👀 on this now
I also am struggling to reproduce the event with a very similar dependency list. Even if I manually force cell ids to be invalid / equal the notebook server corrects...
@njohnsson make sure you have the latest package versions in your environment. We changed the id algorithm to use hashes and invalidated some of the older packages with name based...
@njohnsson You can see why we revoked the nbformat packages. It was horribly problematic and attempts to correct the lexicon where still showing problematic combinations. The new version ([5.1.3](https://nbformat.readthedocs.io/en/latest/changelog.html#id1)) just...
The solution has to be done in the frontend here of Jupyter. I don't maintain any of the JS code here but the path @hadivafaii makes should be how the...
I not positive reverting cell id awareness would resolve the issue. Also it causes every notebook save to replace ids if we revert it which caused a lot of personal...