ypy-in-pyodide Quill demo #107
kafonek
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Quite impressive!
You mean into
You should look at how it's done in JupyterLab. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I took a shot at recreating the yjs Quill example using y-py in a webworker with pyodide. Source code at https://github.com/kafonek/quill-demo. I recorded a short demo to share internally at Noteable, so some of the comments in the video are for that audience but here's yjs, server-side ypy, and pyodide-ypy in action - https://www.youtube.com/watch?v=eOlydiiWX0E
Some thoughts about the experience.
index.html
andworker.py
)origin
argument in transactions now! Need to get that intoyrs
/y-py
ypy-websockets.yutils
) intoyrs
There's lots of room to build on this current demo, and I want to explore
codemirror
bindings next since we use that framework. Hope everything works if you try it on your machine, let me know if you run into any bumps! Thanks.Beta Was this translation helpful? Give feedback.
All reactions