jupyterlab-cell-diff


Namejupyterlab-cell-diff JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryA JupyterLab Extension for showing cell (git) diffs.
upload_time2024-12-20 00:15:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2024, Zach Sailer 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.
keywords jupyter jupyterlab jupyterlab-extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JupyterLab Plugin: Show a Cell Diff

[![Github Actions Status](https://github.com/Zsailer/jupyterlab-cell-diff/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-cell-diff/actions/workflows/build.yml)

A JupyterLab Extension for showing cell (git) diffs.

This extension is composed of a Python package named `jupyterlab_cell_diff`
for the server extension and a NPM package named `jupyterlab-cell-diff`
for the frontend extension.

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install jupyterlab_cell_diff
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_cell_diff
```

## Troubleshoot

If you are seeing the frontend extension, but it is not working, check
that the server extension is enabled:

```bash
jupyter server extension list
```

If the server extension is installed and enabled, but you are not seeing
the frontend extension, check the frontend extension is installed:

```bash
jupyter labextension list
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyterlab-cell-diff",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "jupyter, jupyterlab, jupyterlab-extension",
    "author": null,
    "author_email": "Zach Sailer <zachsailer@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/79/b5/4ce141dd53ec28e348dc5797c787ed8e082c66d670fb07e8e8af4e76892f/jupyterlab_cell_diff-0.4.0.tar.gz",
    "platform": null,
    "description": "# JupyterLab Plugin: Show a Cell Diff\n\n[![Github Actions Status](https://github.com/Zsailer/jupyterlab-cell-diff/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-cell-diff/actions/workflows/build.yml)\n\nA JupyterLab Extension for showing cell (git) diffs.\n\nThis extension is composed of a Python package named `jupyterlab_cell_diff`\nfor the server extension and a NPM package named `jupyterlab-cell-diff`\nfor the frontend extension.\n\n## Requirements\n\n- JupyterLab >= 4.0.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install jupyterlab_cell_diff\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall jupyterlab_cell_diff\n```\n\n## Troubleshoot\n\nIf you are seeing the frontend extension, but it is not working, check\nthat the server extension is enabled:\n\n```bash\njupyter server extension list\n```\n\nIf the server extension is installed and enabled, but you are not seeing\nthe frontend extension, check the frontend extension is installed:\n\n```bash\njupyter labextension list\n```\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2024, Zach Sailer 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.",
    "summary": "A JupyterLab Extension for showing cell (git) diffs.",
    "version": "0.4.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Zsailer/jupyterlab-cell-diff/issues",
        "Homepage": "https://github.com/Zsailer/jupyterlab-cell-diff",
        "Repository": "https://github.com/Zsailer/jupyterlab-cell-diff.git"
    },
    "split_keywords": [
        "jupyter",
        " jupyterlab",
        " jupyterlab-extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbb405097d904a757f890aad63e2617c228fafd69e939721f783e6d588fe6fa4",
                "md5": "06e7d08fd4b263b112a85e40f0d84c14",
                "sha256": "efe406c479bed22c30cfbbc0afcfada8d7efa3d209a9119c5804f6a6c7b900db"
            },
            "downloads": -1,
            "filename": "jupyterlab_cell_diff-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06e7d08fd4b263b112a85e40f0d84c14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 124804,
            "upload_time": "2024-12-20T00:15:20",
            "upload_time_iso_8601": "2024-12-20T00:15:20.262982Z",
            "url": "https://files.pythonhosted.org/packages/bb/b4/05097d904a757f890aad63e2617c228fafd69e939721f783e6d588fe6fa4/jupyterlab_cell_diff-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79b54ce141dd53ec28e348dc5797c787ed8e082c66d670fb07e8e8af4e76892f",
                "md5": "9f28b30cd2e30d7d7add4c8e8afc12f1",
                "sha256": "290a7afdf554458da9ca4d88afce91c53f4beea740f7f70aad433faf6e66a2f9"
            },
            "downloads": -1,
            "filename": "jupyterlab_cell_diff-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9f28b30cd2e30d7d7add4c8e8afc12f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 194280,
            "upload_time": "2024-12-20T00:15:21",
            "upload_time_iso_8601": "2024-12-20T00:15:21.906297Z",
            "url": "https://files.pythonhosted.org/packages/79/b5/4ce141dd53ec28e348dc5797c787ed8e082c66d670fb07e8e8af4e76892f/jupyterlab_cell_diff-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 00:15:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Zsailer",
    "github_project": "jupyterlab-cell-diff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jupyterlab-cell-diff"
}
        
Elapsed time: 2.12194s