jupyterlab_henanigans


Namejupyterlab_henanigans JSON
Version 0.3.1 PyPI version JSON
download
home_page
SummaryA dark, easy-on-the-eyes theme for JupyterLab.
upload_time2024-03-06 22:59:24
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) 2024 Alex Braun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords jupyter jupyter-lab theme
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyterlab_henanigans

[![Github Actions Status](https://github.com/theNewFlesh/jupyterlab_henanigans/workflows/Build/badge.svg)](https://github.com/theNewFlesh/jupyterlab_henanigans/actions/workflows/build.yml)
A JupyterLab extension.

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install jupyterlab_henanigans
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_henanigans
```

## Contributing

### Development install

Note: You will need NodeJS to build the extension package.

The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.

```bash
# Clone the repo to your local environment
# Change directory to the jupyterlab_henanigans directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build
```

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

```bash
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab
```

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the `jlpm build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

```bash
jupyter lab build --minimize=False
```

### Development uninstall

```bash
pip uninstall jupyterlab_henanigans
```

In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
folder is located. Then you can remove the symlink named jupyterlab_henanigans` within that folder.

### Packaging the extension

See [RELEASE](RELEASE.md)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jupyterlab_henanigans",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "jupyter,jupyter-lab,theme",
    "author": "",
    "author_email": "Alex Braun <alexander.g.braun@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7f/89/290ca4a15ac15c16e770d782281a0b6f4029eac042b79bb3a358c03a2b06/jupyterlab_henanigans-0.3.1.tar.gz",
    "platform": null,
    "description": "# jupyterlab_henanigans\n\n[![Github Actions Status](https://github.com/theNewFlesh/jupyterlab_henanigans/workflows/Build/badge.svg)](https://github.com/theNewFlesh/jupyterlab_henanigans/actions/workflows/build.yml)\nA JupyterLab 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_henanigans\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall jupyterlab_henanigans\n```\n\n## Contributing\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the jupyterlab_henanigans directory\n# Install package in development mode\npip install -e \".\"\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Rebuild extension Typescript source after making changes\njlpm build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\nBy default, the `jlpm build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:\n\n```bash\njupyter lab build --minimize=False\n```\n\n### Development uninstall\n\n```bash\npip uninstall jupyterlab_henanigans\n```\n\nIn development mode, you will also need to remove the symlink created by `jupyter labextension develop`\ncommand. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`\nfolder is located. Then you can remove the symlink named jupyterlab_henanigans` within that folder.\n\n### Packaging the extension\n\nSee [RELEASE](RELEASE.md)\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2024 Alex Braun\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "A dark, easy-on-the-eyes theme for JupyterLab.",
    "version": "0.3.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/theNewFlesh/jupyterlab_henanigans/issues",
        "Homepage": "https://github.com/theNewFlesh/jupyterlab_henanigans",
        "Repository": "https://github.com/theNewFlesh/jupyterlab_henanigans.git"
    },
    "split_keywords": [
        "jupyter",
        "jupyter-lab",
        "theme"
    ],
    "urls": [
        {
            "comment_text": "0.3.1",
            "digests": {
                "blake2b_256": "b9c4672f81be443d7bfa2256326126dfcec40e8de37a687ddb448c6a8ab36a2d",
                "md5": "254182994f36c4c6cc14181b66c4a41e",
                "sha256": "69eb7d87e785d453c9e12e61de8e168a3d3bc805fa363406de3d8724f050b473"
            },
            "downloads": -1,
            "filename": "jupyterlab_henanigans-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "254182994f36c4c6cc14181b66c4a41e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 43218,
            "upload_time": "2024-03-06T22:59:23",
            "upload_time_iso_8601": "2024-03-06T22:59:23.853419Z",
            "url": "https://files.pythonhosted.org/packages/b9/c4/672f81be443d7bfa2256326126dfcec40e8de37a687ddb448c6a8ab36a2d/jupyterlab_henanigans-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "0.3.1",
            "digests": {
                "blake2b_256": "7f89290ca4a15ac15c16e770d782281a0b6f4029eac042b79bb3a358c03a2b06",
                "md5": "cf09f655ae854eea4a6e7ce503066929",
                "sha256": "d6337caf7d4d7c7da774ce0ba920f54042abf789f5ccd41c45a7b88330a5f207"
            },
            "downloads": -1,
            "filename": "jupyterlab_henanigans-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cf09f655ae854eea4a6e7ce503066929",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 96997,
            "upload_time": "2024-03-06T22:59:24",
            "upload_time_iso_8601": "2024-03-06T22:59:24.972597Z",
            "url": "https://files.pythonhosted.org/packages/7f/89/290ca4a15ac15c16e770d782281a0b6f4029eac042b79bb3a358c03a2b06/jupyterlab_henanigans-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 22:59:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theNewFlesh",
    "github_project": "jupyterlab_henanigans",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jupyterlab_henanigans"
}
        
Elapsed time: 0.19404s