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

Don't copy outputs when converting smart cell to code #2348

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

jonatanklosko
Copy link
Member

Currently we copy outputs, but since the original cell is deleted, any processes tied to its evaluation are garbage collected. This means that for Neural network cell, the form is no longer interactive, because the Kino.listen/2 listener no longer exists. The newly inserted cell(s) is not evaluated anyway, so clearing outputs is more consistent.

Copy link

github-actions bot commented Nov 15, 2023

Uffizzi Preview deployment-40808 was deleted.

@jonatanklosko jonatanklosko merged commit a5dd740 into main Nov 15, 2023
7 checks passed
@jonatanklosko jonatanklosko deleted the jk-smart-cell-output branch November 15, 2023 16:24
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.

None yet

2 participants