jupyter / services

This repository is deprecated. It has been moved to https://github.com/jupyterlab/jupyterlab as a sub-package
BSD 3-Clause "New" or "Revised" License
72 stars 45 forks source link

Use responses from the server to update the local running sessions #275

Closed blink1073 closed 8 years ago

blink1073 commented 8 years ago

For successful creation and shutdown events, update the local running kernels/sessions, since we have confirmation from the server that the item is removed (but do not trigger an out of band API request).

blink1073 commented 8 years ago

Fixed in #276