jupyter-server / jupyter_ydoc

Jupyter document structures for collaborative editing using Yjs/pycrdt
https://jupyter-ydoc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

Add cell execution_state #197

Open davidbrochart opened 8 months ago

davidbrochart commented 8 months ago

Closes #169

davidbrochart commented 1 week ago

Can we standardize that allowed values are running (or executing) and idle?

Actually only "idle" is used in this PR. I will rebase it.

krassowski commented 1 week ago

Yes, what I meant is that we probably should have some place to store source of truth for the enum values, this does not have to be addressed in this PR but would be good to settle on something soon.

krassowski commented 6 days ago

I think this one is good to merge :tada: