jupyterlab-firefox-launcher


Namejupyterlab-firefox-launcher JSON
Version 0.2.82 PyPI version JSON
download
home_pageNone
SummaryJupyterLab extension to launch Firefox in a tab
upload_time2025-07-14 16:54:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2025, Your Name 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 browser extension firefox jupyter jupyterlab jupyterlab3 jupyterlab4
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JupyterLab Firefox Launcher

A JupyterLab extension to launch Firefox in a tab.

## Description

This extension adds a Firefox launcher to JupyterLab, allowing you to open Firefox directly within the JupyterLab interface.

## Installation

```bash
pip install jupyterlab-firefox-launcher
```

## Development

### Prerequisites

- Python 3.8+
- Node.js
- Yarn

### Setup

1. Clone the repository
2. Install Python dependencies:
   ```bash
   pip install -e .
   ```
3. Install and build the frontend:
   ```bash
   yarn install
   yarn build
   ```

### Building

To build the extension:

```bash
yarn build
python -m build
```

## License

BSD-3-Clause License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyterlab-firefox-launcher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Browser, Extension, Firefox, Jupyter, JupyterLab, JupyterLab3, JupyterLab4",
    "author": null,
    "author_email": "Your Name <your.email@example.com>",
    "download_url": null,
    "platform": null,
    "description": "# JupyterLab Firefox Launcher\n\nA JupyterLab extension to launch Firefox in a tab.\n\n## Description\n\nThis extension adds a Firefox launcher to JupyterLab, allowing you to open Firefox directly within the JupyterLab interface.\n\n## Installation\n\n```bash\npip install jupyterlab-firefox-launcher\n```\n\n## Development\n\n### Prerequisites\n\n- Python 3.8+\n- Node.js\n- Yarn\n\n### Setup\n\n1. Clone the repository\n2. Install Python dependencies:\n   ```bash\n   pip install -e .\n   ```\n3. Install and build the frontend:\n   ```bash\n   yarn install\n   yarn build\n   ```\n\n### Building\n\nTo build the extension:\n\n```bash\nyarn build\npython -m build\n```\n\n## License\n\nBSD-3-Clause License\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License\n        \n        Copyright (c) 2025, Your Name\n        All rights reserved.\n        \n        Redistribution and use in source and binary forms, with or without\n        modification, are permitted provided that the following conditions are met:\n        \n        1. Redistributions of source code must retain the above copyright notice, this\n           list of conditions and the following disclaimer.\n        \n        2. Redistributions in binary form must reproduce the above copyright notice,\n           this list of conditions and the following disclaimer in the documentation\n           and/or other materials provided with the distribution.\n        \n        3. Neither the name of the copyright holder nor the names of its\n           contributors may be used to endorse or promote products derived from\n           this software without specific prior written permission.\n        \n        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "JupyterLab extension to launch Firefox in a tab",
    "version": "0.2.82",
    "project_urls": {
        "Changelog": "https://github.com/your-username/jupyterlab-firefox-launcher/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/your-username/jupyterlab-firefox-launcher",
        "Homepage": "https://github.com/your-username/jupyterlab-firefox-launcher",
        "Repository": "https://github.com/your-username/jupyterlab-firefox-launcher.git"
    },
    "split_keywords": [
        "browser",
        " extension",
        " firefox",
        " jupyter",
        " jupyterlab",
        " jupyterlab3",
        " jupyterlab4"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f42863bdc3c3865b6841445bdc09ce7fcd74366fff957f57b348eb43ece28f3",
                "md5": "b0622bb375eecd1b69d570b6b513e5a0",
                "sha256": "d3b9be1ea04016c152b04c8b45d223abdc08314a95121ab6f821959fee3e5f3d"
            },
            "downloads": -1,
            "filename": "jupyterlab_firefox_launcher-0.2.82-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0622bb375eecd1b69d570b6b513e5a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31970,
            "upload_time": "2025-07-14T16:54:58",
            "upload_time_iso_8601": "2025-07-14T16:54:58.044456Z",
            "url": "https://files.pythonhosted.org/packages/4f/42/863bdc3c3865b6841445bdc09ce7fcd74366fff957f57b348eb43ece28f3/jupyterlab_firefox_launcher-0.2.82-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 16:54:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "your-username",
    "github_project": "jupyterlab-firefox-launcher",
    "github_not_found": true,
    "lcname": "jupyterlab-firefox-launcher"
}
        
Elapsed time: 0.57364s