spyder-kernels


Namespyder-kernels JSON
Version 2.5.1 PyPI version JSON
download
home_pagehttps://github.com/spyder-ide/spyder-kernels
SummaryJupyter kernels for Spyder's console
upload_time2024-02-28 02:05:17
maintainer
docs_urlNone
authorSpyder Development Team
requires_python
licenseMIT
keywords spyder jupyter kernel ipython console
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Jupyter kernels for the Spyder console

[![Windows status](https://github.com/spyder-ide/spyder-kernels/workflows/Windows%20tests/badge.svg)](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Windows+tests%22)
[![Linux status](https://github.com/spyder-ide/spyder-kernels/workflows/Linux%20tests/badge.svg)](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Linux+tests%22)
[![Macos status](https://github.com/spyder-ide/spyder-kernels/workflows/Macos%20tests/badge.svg)](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Macos+tests%22)
[![codecov](https://codecov.io/gh/spyder-ide/spyder-kernels/branch/master/graph/badge.svg)](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 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

[![Quansight](https://user-images.githubusercontent.com/16781833/142477716-53152d43-99a0-470c-a70b-c04bbfa97dd4.png)](https://www.quansight.com/)[![Numfocus](https://i2.wp.com/numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png?fit=320%2C148&ssl=1)](https://numfocus.org/)

and the donations we have received from our users around the world through [Open Collective](https://opencollective.com/spyder/):

[![Sponsors](https://opencollective.com/spyder/sponsors.svg)](https://opencollective.com/spyder#support)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spyder-ide/spyder-kernels",
    "name": "spyder-kernels",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "spyder jupyter kernel ipython console",
    "author": "Spyder Development Team",
    "author_email": "spyderlib@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/5b/ac3567fba88fcd1a9cecdc3ab62c4e9255ad29d1717d835a23b1a91f35a4/spyder-kernels-2.5.1.tar.gz",
    "platform": null,
    "description": "# Jupyter kernels for the Spyder console\n\n[![Windows status](https://github.com/spyder-ide/spyder-kernels/workflows/Windows%20tests/badge.svg)](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Windows+tests%22)\n[![Linux status](https://github.com/spyder-ide/spyder-kernels/workflows/Linux%20tests/badge.svg)](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Linux+tests%22)\n[![Macos status](https://github.com/spyder-ide/spyder-kernels/workflows/Macos%20tests/badge.svg)](https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Macos+tests%22)\n[![codecov](https://codecov.io/gh/spyder-ide/spyder-kernels/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder-kernels/branch/master)\n\nPackage that provides Jupyter kernels for use with the consoles of Spyder, the\nScientific Python Development Environment.\n\nThese kernels can launched either through Spyder itself or in an independent\nPython session, and allow for interactive or file-based execution of Python\ncode inside Spyder.\n\nTo learn about creating, connecting to and using these kernels with the Spyder\nconsole, please read our [documentation](https://docs.spyder-ide.org/current/panes/ipythonconsole.html).\n\nFor advice on managing packages and environments with `spyder-kernels`, please read this\n[FAQ](http://docs.spyder-ide.org/current/faq.html#using-existing-environment) in our docs.\n\n\n## Installation\n\nTo install this package, you can use either the ``pip`` or ``conda`` package\nmanagers, as follows:\n\nUsing conda (the recommended way!):\n\n```\nconda install spyder-kernels\n```\n\nUsing pip:\n\n```\npip install spyder-kernels\n```\n\n## Dependencies\n\nThis project depends on:\n\n* [ipykernel](https://github.com/ipython/ipykernel/)\n* [cloudpickle](https://github.com/cloudpipe/cloudpickle)\n* [wurlitzer](https://github.com/minrk/wurlitzer) (only on Linux and macOS).\n\n## Changelog\n\nVisit our [CHANGELOG](CHANGELOG.md) file to know more about our new features\nand improvements.\n\n## Development and contribution\n\nTo start contributing to this project you can execute\n\n```\npip install -e .\n```\n\nin your git clone and then test your changes in Spyder. We follow PEP8 and\nPEP257 style guidelines.\n\n## Sponsors\n\nSpyder and its subprojects are funded thanks to the generous support of\n\n[![Quansight](https://user-images.githubusercontent.com/16781833/142477716-53152d43-99a0-470c-a70b-c04bbfa97dd4.png)](https://www.quansight.com/)[![Numfocus](https://i2.wp.com/numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png?fit=320%2C148&ssl=1)](https://numfocus.org/)\n\nand the donations we have received from our users around the world through [Open Collective](https://opencollective.com/spyder/):\n\n[![Sponsors](https://opencollective.com/spyder/sponsors.svg)](https://opencollective.com/spyder#support)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Jupyter kernels for Spyder's console",
    "version": "2.5.1",
    "project_urls": {
        "Download": "https://www.spyder-ide.org/#fh5co-download",
        "Homepage": "https://github.com/spyder-ide/spyder-kernels"
    },
    "split_keywords": [
        "spyder",
        "jupyter",
        "kernel",
        "ipython",
        "console"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d30ea4d9bd40c6ac58abd529f00a611d5d105ab5df353e5fd059a2a08b7109e",
                "md5": "b16f6a06b26e2c2b427852be898d743a",
                "sha256": "69ac6937196337d2486e16b11601aaf080bb771927f53b47fe8899978d820968"
            },
            "downloads": -1,
            "filename": "spyder_kernels-2.5.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b16f6a06b26e2c2b427852be898d743a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 99527,
            "upload_time": "2024-02-28T02:05:14",
            "upload_time_iso_8601": "2024-02-28T02:05:14.394987Z",
            "url": "https://files.pythonhosted.org/packages/0d/30/ea4d9bd40c6ac58abd529f00a611d5d105ab5df353e5fd059a2a08b7109e/spyder_kernels-2.5.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc5bac3567fba88fcd1a9cecdc3ab62c4e9255ad29d1717d835a23b1a91f35a4",
                "md5": "2df989df3fff00f477ce4f0d22226076",
                "sha256": "05042a3f97b25f17cdfa8d75011fd79aaf027523348a9dfff0f5a20bddb0b9b0"
            },
            "downloads": -1,
            "filename": "spyder-kernels-2.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2df989df3fff00f477ce4f0d22226076",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 99906,
            "upload_time": "2024-02-28T02:05:17",
            "upload_time_iso_8601": "2024-02-28T02:05:17.901956Z",
            "url": "https://files.pythonhosted.org/packages/bc/5b/ac3567fba88fcd1a9cecdc3ab62c4e9255ad29d1717d835a23b1a91f35a4/spyder-kernels-2.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 02:05:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spyder-ide",
    "github_project": "spyder-kernels",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "spyder-kernels"
}
        
Elapsed time: 0.20117s