ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

IPython Kernel for Jupyter

Results 233 ipykernel issues
Sort by recently updated
recently updated
newest added

Looking at this issue in the JupyterLab repo, we wanted to migrate it here since it's not related to the JupyterLab frontend: https://github.com/jupyterlab/jupyterlab/issues/1239 Original report: --- trying "!dir" in Jupyterlab...

(Reposted from Jupyter Zulip) There are some plans for ipykernel releases and branch manipulations that I am sharing here for maximum exposure. All comments gratefully received. The latest ipykernel release...

maintenance

Currently, if user configures `InteractiveShellApp.exec_lines` and it fails, there is no way for them to see the error in notebook. For example set `c.InteractiveShellApp.exec_lines=["raise ValueError()"]`. This is visible in IPython/jupyter-server...