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.
2 parents b97ee5d + afca110 commit 1429532Copy full SHA for 1429532
jupyter_ydoc/ydoc.py
@@ -46,9 +46,6 @@ 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.7
+ ypy-websocket >=0.1.8
27
28
[options.extras_require]
29
test =
0 commit comments