-
Notifications
You must be signed in to change notification settings - Fork 17
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 appendStreamOutput and removeStreamOutput methods #241
Conversation
ef3ba49
to
76e4073
Compare
I would like to merge this PR and make a release, so that jupyterlab/jupyterlab#16498 can be merged. |
LGTM! Thanks, @davidbrochart |
@@ -737,7 +738,7 @@ export type CellChange = SourceChange & { | |||
/** | |||
* Cell output changes | |||
*/ | |||
outputsChange?: Delta<nbformat.IOutput[]>; | |||
outputsChange?: Delta<Y.Map<any>>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should improve typing here, any
is not a great public API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened #269
No description provided.