jupyterlab-cell-input-footer


Namejupyterlab-cell-input-footer JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryA JupyterLab Plugin that adds a footer to cell inputs.
upload_time2025-01-08 18:39:42
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 Extension - cell input footer

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

A JupyterLab extension that adds a footer to cell inputs.

JupyterLab core ships with a cell footer; however, this footer is located _after_ the cell output. I needed a footer underneath the cell _input_. This plugin offers the API I needed to add UX underneath the cell input.

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install jupyterlab_cell_input_footer
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_cell_input_footer
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyterlab-cell-input-footer",
    "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/7a/7b/4bee508f4bd1f8a4d5d656cb63f526a6e289129bbe03c685f96c126cadbf/jupyterlab_cell_input_footer-0.3.1.tar.gz",
    "platform": null,
    "description": "# JupyterLab Extension - cell input footer\n\n[![Github Actions Status](https://github.com/Zsailer/jupyterlab-cell-input-footer/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-cell-input-footer/actions/workflows/build.yml)\n\nA JupyterLab extension that adds a footer to cell inputs.\n\nJupyterLab core ships with a cell footer; however, this footer is located _after_ the cell output. I needed a footer underneath the cell _input_. This plugin offers the API I needed to add UX underneath the cell input.\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_input_footer\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall jupyterlab_cell_input_footer\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 Plugin that adds a footer to cell inputs.",
    "version": "0.3.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/Zsailer/jupyterlab-cell-input-footer/issues",
        "Homepage": "https://github.com/Zsailer/jupyterlab-cell-input-footer",
        "Repository": "https://github.com/Zsailer/jupyterlab-cell-input-footer.git"
    },
    "split_keywords": [
        "jupyter",
        " jupyterlab",
        " jupyterlab-extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0487666d510171f444b855737044b8ddc0bcab98ecf52e0bc08d6c2c040a3a68",
                "md5": "adaf51ee588bad9b6736096af455037b",
                "sha256": "e75feb92ecdd9d66ed512a72898ac9446571138c410cb5e4f10f6654ea4ebba0"
            },
            "downloads": -1,
            "filename": "jupyterlab_cell_input_footer-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "adaf51ee588bad9b6736096af455037b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19759,
            "upload_time": "2025-01-08T18:39:40",
            "upload_time_iso_8601": "2025-01-08T18:39:40.891096Z",
            "url": "https://files.pythonhosted.org/packages/04/87/666d510171f444b855737044b8ddc0bcab98ecf52e0bc08d6c2c040a3a68/jupyterlab_cell_input_footer-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a7b4bee508f4bd1f8a4d5d656cb63f526a6e289129bbe03c685f96c126cadbf",
                "md5": "b7564e5b26bf33663eb13a4f24a1a798",
                "sha256": "c57a9e80104f6e425e3c047ab9ec97dedc0f209bf968e5126f3739840186960d"
            },
            "downloads": -1,
            "filename": "jupyterlab_cell_input_footer-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b7564e5b26bf33663eb13a4f24a1a798",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 183480,
            "upload_time": "2025-01-08T18:39:42",
            "upload_time_iso_8601": "2025-01-08T18:39:42.392379Z",
            "url": "https://files.pythonhosted.org/packages/7a/7b/4bee508f4bd1f8a4d5d656cb63f526a6e289129bbe03c685f96c126cadbf/jupyterlab_cell_input_footer-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-08 18:39:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Zsailer",
    "github_project": "jupyterlab-cell-input-footer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jupyterlab-cell-input-footer"
}
        
Elapsed time: 0.66438s