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
Add isReady attributes and other cleanup #273
Closed
blink1073 closed 8 years ago
isReady
attribute to objects that haveready()
promises.kernel.spec
->kernel.spec(): Promise
and removes it from a kernel's readinessFixes #271. Fixes #272.