spyder-notebook


Namespyder-notebook JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/spyder-ide/spyder-notebook
SummaryJupyter notebook integration with Spyder
upload_time2023-07-24 11:11:27
maintainer
docs_urlNone
authorSpyder Development Team
requires_python>=3.7
licenseMIT
keywords spyder jupyter notebook
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Spyder notebook plugin


Spyder plugin to use Jupyter notebooks inside Spyder. Currently it supports
basic functionality such as creating new notebooks, opening any notebook in
your filesystem and saving notebooks at any location.

You can also use Spyder's file switcher to easily switch between notebooks
and open an IPython console connected to the kernel of a notebook to inspect
its variables in the Variable Explorer.

## Project details

![license](https://img.shields.io/pypi/l/spyder-notebook.svg)
[![conda version](https://img.shields.io/conda/v/spyder-ide/spyder-notebook.svg)](https://www.anaconda.com/download/)
[![download count](https://img.shields.io/conda/d/spyder-ide/spyder-notebook.svg)](https://www.anaconda.com/download/)
[![pypi version](https://img.shields.io/pypi/v/spyder-notebook.svg)](https://pypi.python.org/pypi/spyder-notebook)
[![Join the chat at https://gitter.im/spyder-ide/public](https://badges.gitter.im/spyder-ide/spyder.svg)](https://gitter.im/spyder-ide/public)
[![OpenCollective Backers](https://opencollective.com/spyder/backers/badge.svg?color=blue)](#backers)
[![OpenCollective Sponsors](https://opencollective.com/spyder/sponsors/badge.svg?color=blue)](#sponsors)

## Build status

[![Windows status](https://github.com/spyder-ide/spyder-notebook/workflows/Windows%20tests/badge.svg)](https://github.com/spyder-ide/spyder-notebook/actions?query=workflow%3A%22Windows+tests%22)
[![Linux status](https://github.com/spyder-ide/spyder-notebook/workflows/Linux%20tests/badge.svg)](https://github.com/spyder-ide/spyder-notebook/actions?query=workflow%3A%22Linux+tests%22)
[![MacOS status](https://github.com/spyder-ide/spyder-notebook/workflows/Macos%20tests/badge.svg)](https://github.com/spyder-ide/spyder-notebook/actions?query=workflow%3A%22Macos+tests%22)
[![codecov](https://codecov.io/gh/spyder-ide/spyder-notebook/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder-notebook/branch/master)
[![Crowdin](https://badges.crowdin.net/spyder-notebook/localized.svg)](https://crowdin.com/project/spyder-notebook)


## Installation

To install this plugin, you can use either ``pip`` or ``conda`` package managers, as follows:

Using conda (the recommended way!):

```
conda install spyder-notebook -c conda-forge
```

Using pip:

```
pip install spyder-notebook
```

**Note**: At the moment it is not possible to use this plugin with the [Spyder installers](http://docs.spyder-ide.org/current/installation.html#standalone-installers) for Windows and macOS. We're working to make that a reality in the future.

## Dependencies

This project depends on:

* [Spyder](https://github.com/spyder-ide/spyder) (version 5.x)
* [Notebook](https://github.com/jupyter/notebook) (version 4.3 or later)


## Changelog
Visit our [CHANGELOG](CHANGELOG.md) file to know more about our new features and improvements.

## Development and contribution

See the 
[Contributing Guide](CONTRIBUTING.md)
for information on how to contribute to the Spyder notebook plugin, including
instructions for setting up a development environment.

## Contact

You can ask your questions at the [Spyder group](https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/spyderlib/topics)
or create a issue in this repo. We will be more than glad to answer.

## Overview
![example](https://raw.githubusercontent.com/spyder-ide/spyder-notebook/master/doc/example.gif)

## Sponsors

Spyder and its subprojects are funded thanks to the generous support of

[![Quansight](https://static.wixstatic.com/media/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.png/v1/crop/x_0,y_9,w_915,h_329/fill/w_380,h_128,al_c,usm_0.66_1.00_0.01/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.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-notebook",
    "name": "spyder-notebook",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "spyder jupyter notebook",
    "author": "Spyder Development Team",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4a/90/97a46e88b8e972ef9a3d4581bb12e911f86cc691bb4a0e35c99e2b2ffa23/spyder-notebook-0.5.1.tar.gz",
    "platform": null,
    "description": "# Spyder notebook plugin\n\n\nSpyder plugin to use Jupyter notebooks inside Spyder. Currently it supports\nbasic functionality such as creating new notebooks, opening any notebook in\nyour filesystem and saving notebooks at any location.\n\nYou can also use Spyder's file switcher to easily switch between notebooks\nand open an IPython console connected to the kernel of a notebook to inspect\nits variables in the Variable Explorer.\n\n## Project details\n\n![license](https://img.shields.io/pypi/l/spyder-notebook.svg)\n[![conda version](https://img.shields.io/conda/v/spyder-ide/spyder-notebook.svg)](https://www.anaconda.com/download/)\n[![download count](https://img.shields.io/conda/d/spyder-ide/spyder-notebook.svg)](https://www.anaconda.com/download/)\n[![pypi version](https://img.shields.io/pypi/v/spyder-notebook.svg)](https://pypi.python.org/pypi/spyder-notebook)\n[![Join the chat at https://gitter.im/spyder-ide/public](https://badges.gitter.im/spyder-ide/spyder.svg)](https://gitter.im/spyder-ide/public)\n[![OpenCollective Backers](https://opencollective.com/spyder/backers/badge.svg?color=blue)](#backers)\n[![OpenCollective Sponsors](https://opencollective.com/spyder/sponsors/badge.svg?color=blue)](#sponsors)\n\n## Build status\n\n[![Windows status](https://github.com/spyder-ide/spyder-notebook/workflows/Windows%20tests/badge.svg)](https://github.com/spyder-ide/spyder-notebook/actions?query=workflow%3A%22Windows+tests%22)\n[![Linux status](https://github.com/spyder-ide/spyder-notebook/workflows/Linux%20tests/badge.svg)](https://github.com/spyder-ide/spyder-notebook/actions?query=workflow%3A%22Linux+tests%22)\n[![MacOS status](https://github.com/spyder-ide/spyder-notebook/workflows/Macos%20tests/badge.svg)](https://github.com/spyder-ide/spyder-notebook/actions?query=workflow%3A%22Macos+tests%22)\n[![codecov](https://codecov.io/gh/spyder-ide/spyder-notebook/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder-notebook/branch/master)\n[![Crowdin](https://badges.crowdin.net/spyder-notebook/localized.svg)](https://crowdin.com/project/spyder-notebook)\n\n\n## Installation\n\nTo install this plugin, you can use either ``pip`` or ``conda`` package managers, as follows:\n\nUsing conda (the recommended way!):\n\n```\nconda install spyder-notebook -c conda-forge\n```\n\nUsing pip:\n\n```\npip install spyder-notebook\n```\n\n**Note**: At the moment it is not possible to use this plugin with the [Spyder installers](http://docs.spyder-ide.org/current/installation.html#standalone-installers) for Windows and macOS. We're working to make that a reality in the future.\n\n## Dependencies\n\nThis project depends on:\n\n* [Spyder](https://github.com/spyder-ide/spyder) (version 5.x)\n* [Notebook](https://github.com/jupyter/notebook) (version 4.3 or later)\n\n\n## Changelog\nVisit our [CHANGELOG](CHANGELOG.md) file to know more about our new features and improvements.\n\n## Development and contribution\n\nSee the \n[Contributing Guide](CONTRIBUTING.md)\nfor information on how to contribute to the Spyder notebook plugin, including\ninstructions for setting up a development environment.\n\n## Contact\n\nYou can ask your questions at the [Spyder group](https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/spyderlib/topics)\nor create a issue in this repo. We will be more than glad to answer.\n\n## Overview\n![example](https://raw.githubusercontent.com/spyder-ide/spyder-notebook/master/doc/example.gif)\n\n## Sponsors\n\nSpyder and its subprojects are funded thanks to the generous support of\n\n[![Quansight](https://static.wixstatic.com/media/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.png/v1/crop/x_0,y_9,w_915,h_329/fill/w_380,h_128,al_c,usm_0.66_1.00_0.01/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.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 notebook integration with Spyder",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/spyder-ide/spyder-notebook"
    },
    "split_keywords": [
        "spyder",
        "jupyter",
        "notebook"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd338a923c52f348390c1af6dc9b256448d0a067e3c654ebf1834b20c129f26b",
                "md5": "5a0305881cadbae6f5af39b989484663",
                "sha256": "e739e1f73819d0ea014e0902b50eac5f7b39a230d7c742d1a9675fbd16c8d760"
            },
            "downloads": -1,
            "filename": "spyder_notebook-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a0305881cadbae6f5af39b989484663",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6192487,
            "upload_time": "2023-07-24T11:11:24",
            "upload_time_iso_8601": "2023-07-24T11:11:24.817994Z",
            "url": "https://files.pythonhosted.org/packages/dd/33/8a923c52f348390c1af6dc9b256448d0a067e3c654ebf1834b20c129f26b/spyder_notebook-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a9097a46e88b8e972ef9a3d4581bb12e911f86cc691bb4a0e35c99e2b2ffa23",
                "md5": "739f0a5629084a9bb95bc86d7af7bf65",
                "sha256": "6e8e778a85068dc0f40bddff569ab8447db16f318c9f41ae9d1138f1d95c0859"
            },
            "downloads": -1,
            "filename": "spyder-notebook-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "739f0a5629084a9bb95bc86d7af7bf65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5546854,
            "upload_time": "2023-07-24T11:11:27",
            "upload_time_iso_8601": "2023-07-24T11:11:27.123608Z",
            "url": "https://files.pythonhosted.org/packages/4a/90/97a46e88b8e972ef9a3d4581bb12e911f86cc691bb4a0e35c99e2b2ffa23/spyder-notebook-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 11:11:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spyder-ide",
    "github_project": "spyder-notebook",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "spyder-notebook"
}
        
Elapsed time: 0.09492s