Skip to content
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

Add POST execute cell #191

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

davidbrochart
Copy link
Collaborator

@davidbrochart davidbrochart marked this pull request as draft July 6, 2022 20:54
@davidbrochart davidbrochart force-pushed the kernels_rest_api branch 6 times, most recently from c319676 to 18bb981 Compare July 8, 2022 21:26
@davidbrochart davidbrochart force-pushed the kernels_rest_api branch 3 times, most recently from 8d1ccfe to c832b07 Compare July 27, 2022 09:32
@davidbrochart
Copy link
Collaborator Author

@Waidhoferj I'm seeing this error with y-py v0.5.3:

File "/usr/share/miniconda/envs/jupyverse-dev/lib/python3.7/site-packages/jupyter_ydoc/ydoc.py", line 126, in set_ycell
    self._ycells.insert(txn, index, ycell)
y_py.MultipleIntegrationError: Cannot integrate a nested Ypy object because is already integrated into a YDoc: {'metadata': YMap({'trusted': False}), 'cell_type': 'code', 'source': YText(1 + 2), 'execution_count': 1, 'outputs': YArray([{'data': {'text/plain': ['3']}, 'execution_count': 1, 'metadata': {}, 'output_type': 'execute_result'}]), 'id': 'a7243792-6f06-4462-a6b5-7e9ec604348e'}

@davidbrochart davidbrochart force-pushed the kernels_rest_api branch 2 times, most recently from eee83c3 to e4a0804 Compare July 27, 2022 13:01
@davidbrochart
Copy link
Collaborator Author

@Waidhoferj I'm seeing this error with y-py v0.5.3

Fixed with y-py v0.5.4 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant