We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4a14d commit b54268eCopy full SHA for b54268e
jupyter_ydoc/ydoc.py
@@ -46,6 +46,9 @@ def unobserve(self):
46
k.unobserve(v)
47
self._subscriptions = {}
48
49
+ def apply_update(self, update: bytes) -> None:
50
+ Y.apply_update(self._ydoc, update)
51
+
52
53
class YFile(YBaseDoc):
54
def __init__(self, *args, **kwargs):
setup.cfg
@@ -23,7 +23,7 @@ python_requires = >=3.7
23
install_requires =
24
setuptools
25
y-py >=0.5.0,<0.6.0
26
- ypy-websocket >=0.1.2
+ ypy-websocket >=0.1.7
27
28
[options.extras_require]
29
test =
0 commit comments