nteract / outputs

A collection of React components for displaying rich Jupyter display objects
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Removed updateCellStatus from widgets #88

Closed miduncan closed 3 years ago

miduncan commented 3 years ago

This PR removed the updateCellStatus call from jupyter-widgets, meaning that they no longer set the cell status as busy when communicating with the kernel

See issue #76

captainsafia commented 3 years ago

@miduncan Please update the commit to follow the https://www.conventionalcommits.org/en/v1.0.0/ to support automated release. Looks good otherwise!

miduncan commented 3 years ago

@miduncan Please update the commit to follow the https://www.conventionalcommits.org/en/v1.0.0/ to support automated release. Looks good otherwise!

@captainsafia Done!