Skip to content

ipywidgets in frozen cell are duplicated every time notebook is reloaded. #10

Open
@shingo78

Description

@shingo78
  1. Make the widget
    image
  2. Save the notebook and reload
    image
  3. Save the notebook and reload again
    image

I assume that it is because CodeCell.clear_output function is not working in frozen cell by #7.
Notebook.render_cell_output function calls clear_output function.
https://github.com/jupyter/notebook/blob/5.0.0/notebook/static/notebook/js/notebook.js#L1685
ipywidgets calls Notebook.render_cell_output function for rendering widget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions