Contents

ipykernel 6.29.4

0

IPython Kernel for Jupyter

IPython Kernel for Jupyter

Stars: 616, Watchers: 616, Forks: 357, Open Issues: 275

The ipython/ipykernel repo was created 9 years ago and the last code push was 1 weeks ago.
The project is popular with 616 github stars!

How to Install ipykernel

You can install ipykernel using pip

pip install ipykernel

or add it to a project with poetry

poetry add ipykernel

Package Details

Author
None
License
BSD 3-Clause License Copyright (c) 2015, IPython Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Homepage
None
PyPi:
https://pypi.org/project/ipykernel/
Documentation:
https://ipykernel.readthedocs.io
GitHub Repo:
https://github.com/ipython/ipykernel

Classifiers

No  ipykernel  pypi packages just yet.

Errors

A list of common ipykernel errors.

Code Examples

Here are some ipykernel code examples and snippets.

GitHub Issues

The ipykernel package has 275 open issues on GitHub

  • /1 yields 'int' object is not callable
  • KeyboardInterrupt not producing a failed request
  • #621 Remanifesting on 6.6.1: TypeError: should_run_async() got an unexpected keyword argument 'transformed_cell'
  • Breakpoint must be set on first line to debug using Python 3.10 on Windows
  • Kernel shutdown and restart
  • Suggestion to drop 3.7 in next release/ current 2022 ?
  • Use Enum for msg_types
  • v6.3.0 introduced pkg_resources side effects
  • Renamed default branch to main
  • fix ipykernel #799 by removing publish_status in process_control
  • Clean up QTimer/QSocketNotifier when exiting Qt event loop
  • ENH: add support for qt6
  • test vs pypy3 in CI
  • Issue #12786: Create hook for dispatching GUI messages asynchronously
  • Turn IPython CLI into a kernel.

See more issues on GitHub

Related Packages & Articles

bqplot 0.12.43

Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.

notebook 7.1.3

Jupyter Notebook - A web-based notebook environment for interactive computing

bokeh 3.4.1

Interactive plots and applications in the browser from Python