-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to_json()
generates updates
#94
Comments
Hmm, that is a good mystery... |
@dmonad any idea? |
Calling Y.encode_state_vector() is also producing empty updates:
will print:
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following example shows that calling
to_json()
actually generates an update:For a notebook document, it can generate quite a lot of them.
I am surprised that it happens for an action that doesn't modify the document. Is it expected? What do these updates correspond to?
cc @ellisonbg
The text was updated successfully, but these errors were encountered: