https://github.com/spyder-ide/spyder-kernels
Jupyter Kernels for the Spyder console
https://github.com/spyder-ide/spyder-kernels
jupyter kernels plugin python spyder
Last synced: 6 months ago
JSON representation
Jupyter Kernels for the Spyder console
- Host: GitHub
- URL: https://github.com/spyder-ide/spyder-kernels
- Owner: spyder-ide
- License: mit
- Created: 2018-06-17T22:24:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T17:58:47.000Z (7 months ago)
- Last Synced: 2025-04-01T05:34:09.426Z (6 months ago)
- Topics: jupyter, kernels, plugin, python, spyder
- Language: Python
- Homepage:
- Size: 1.89 MB
- Stars: 40
- Watchers: 8
- Forks: 40
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Jupyter kernels for the Spyder console
[](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Windows+tests%22)
[](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Linux+tests%22)
[](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Macos+tests%22)
[](https://codecov.io/gh/spyder-ide/spyder-kernels/branch/master)Package that provides Jupyter kernels for use with the consoles of Spyder, the
Scientific Python Development Environment.These kernels can be launched either through Spyder itself or in an independent
Python session, and allow for interactive or file-based execution of Python
code inside Spyder.To learn about creating, connecting to and using these kernels with the Spyder
console, please read our [documentation](https://docs.spyder-ide.org/current/panes/ipythonconsole.html).For advice on managing packages and environments with `spyder-kernels`, please read this
[FAQ](http://docs.spyder-ide.org/current/faq.html#using-existing-environment) in our docs.## Installation
To install this package, you can use either the ``pip`` or ``conda`` package
managers, as follows:Using conda (the recommended way!):
```
conda install spyder-kernels
```Using pip:
```
pip install spyder-kernels
```## Dependencies
This project depends on:
* [ipykernel](https://github.com/ipython/ipykernel/)
* [cloudpickle](https://github.com/cloudpipe/cloudpickle)
* [wurlitzer](https://github.com/minrk/wurlitzer) (only on Linux and macOS).## Changelog
Visit our [CHANGELOG](CHANGELOG.md) file to know more about our new features
and improvements.## Development and contribution
To start contributing to this project you can execute
```
pip install -e .
```in your git clone and then test your changes in Spyder. We follow PEP8 and
PEP257 style guidelines.## Sponsors
Spyder and its subprojects are funded thanks to the generous support of
[](https://chanzuckerberg.com/)[](https://numfocus.org/)
and the donations we have received from our users around the world through [Open Collective](https://opencollective.com/spyder/):
[](https://opencollective.com/spyder#support)