ipykernel
ipykernel copied to clipboard
IPython Kernel for Jupyter
This fixes this issue I raised: https://github.com/ipython/ipython/issues/12786 And allows you to use async and await on GUI events. Like `await button.click()`  ----- It's just experimental so far. But I...
This allow some modification to create an IPykernel from an existing shell, and is a first draft step toward turning a running ipython CLI into an IPykernel, with the righ...
If the permissions for the `resources` directory do not allow the owner to write into it (e.g. as is the case in some directories using ACL, or if `site-packages` is...
Especially in a context where Python can be used with Xeus, it is important to have a distinction. This updates the logos shown in (for example), JupyterLab to be clearer,...
# Issue For dashboarding, it is useful to have a kernel + the final state ready instantly. If for instance, it takes ~5 minutes to execute a notebook, it does...
This is really old, see [jupyter/jupyter#264](https://github.com/jupyter/jupyter/issues/264) - but we're starting to pick it up again. @mpacer @rgbkrk
## Background #264 is made to remove the necessity of `plt.show()`. However, it causes various problems as reported at #295, https://github.com/jupyter/notebook/issues/3385, https://github.com/ipython/ipython/issues/11098. In addition, even with #264, we need to...
This will make it easier for downstream tools like http://mpastell.com/pweave/ to show useful error messages
This reverts commit 42afe03eff5be34737ed88b9b852161132628997. Prior to this, one had to explicitly call %matplotlib inline. Avoiding this was useful for generating plots across multiple cells, which is impossible with it activated....
This adds support for function signatures introduced in https://github.com/ipython/ipython/pull/10507 so we can try them in other frontends. /cc @Carreau