ipyevents


Nameipyevents JSON
Version 2.0.3 PyPI version JSON
download
home_pageNone
SummaryA custom widget for returning mouse and keyboard events to Python
upload_time2025-09-12 21:45:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD 3-clause
keywords ipython jupyter widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ipyevents

## Browsers events for your jupyter widgets

*ipyevents* provides a custom widget for returning mouse and keyboard events to
Python. Use it to:

 - add keyboard shortcuts to an existing widget;
 - react to the user clicking on an image;
 - add callbacks on arbitrary mouse and keyboard events.

See [this demo notebook](docs/events.ipynb) for documentation.

Special thanks to the [contributors to `ipyevents`](CONTRIBUTORS.md)!

## Try it on binder:

Dev version:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mwcraig/ipyevents/HEAD?filepath=docs%2Fevents.ipynb)

## Documentation

[![Documentation Status](https://readthedocs.org/projects/ipyevents/badge/?version=latest)](https://ipyevents.readthedocs.io/en/latest/?badge=latest)


## Installation


To install using `conda`:

```bash
$ conda install -c conda-forge ipyevents
```

To install use `pip`:

    $ pip install ipyevents

Using with JupyterLab (whether you installed with `conda` or `pip`):

+ The stable releases of ipyevents (`2.0.0` and higher) are only built for JupyterLab 3 and up.
+ The last release that is built for JupyterLab 2 is 0.9.0. See the [README for that version](https://github.com/mwcraig/ipyevents/tree/0.9.0) for installation instructions.

```bash
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipyevents
```

### For a development installation (requires npm),

```bash
$ git clone https://github.com/mwcraig/ipyevents.git
$ cd ipyevents
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyevents
$ jupyter nbextension enable --py --sys-prefix ipyevents
```

For Jupyter Lab also do this:

```bash
$ npm install
$ npm run build
$ jupyter labextension install
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ipyevents",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "IPython, Jupyter, Widgets",
    "author": null,
    "author_email": "Matt Craig <mattwcraig@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/10/5c/55da6a33067bda41846af4b357af6334111cc80a6d3693ddf4dd748cac0c/ipyevents-2.0.3.tar.gz",
    "platform": null,
    "description": "# ipyevents\n\n## Browsers events for your jupyter widgets\n\n*ipyevents* provides a custom widget for returning mouse and keyboard events to\nPython. Use it to:\n\n - add keyboard shortcuts to an existing widget;\n - react to the user clicking on an image;\n - add callbacks on arbitrary mouse and keyboard events.\n\nSee [this demo notebook](docs/events.ipynb) for documentation.\n\nSpecial thanks to the [contributors to `ipyevents`](CONTRIBUTORS.md)!\n\n## Try it on binder:\n\nDev version:\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mwcraig/ipyevents/HEAD?filepath=docs%2Fevents.ipynb)\n\n## Documentation\n\n[![Documentation Status](https://readthedocs.org/projects/ipyevents/badge/?version=latest)](https://ipyevents.readthedocs.io/en/latest/?badge=latest)\n\n\n## Installation\n\n\nTo install using `conda`:\n\n```bash\n$ conda install -c conda-forge ipyevents\n```\n\nTo install use `pip`:\n\n    $ pip install ipyevents\n\nUsing with JupyterLab (whether you installed with `conda` or `pip`):\n\n+ The stable releases of ipyevents (`2.0.0` and higher) are only built for JupyterLab 3 and up.\n+ The last release that is built for JupyterLab 2 is 0.9.0. See the [README for that version](https://github.com/mwcraig/ipyevents/tree/0.9.0) for installation instructions.\n\n```bash\n$ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipyevents\n```\n\n### For a development installation (requires npm),\n\n```bash\n$ git clone https://github.com/mwcraig/ipyevents.git\n$ cd ipyevents\n$ pip install -e .\n$ jupyter nbextension install --py --symlink --sys-prefix ipyevents\n$ jupyter nbextension enable --py --sys-prefix ipyevents\n```\n\nFor Jupyter Lab also do this:\n\n```bash\n$ npm install\n$ npm run build\n$ jupyter labextension install\n```\n",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "A custom widget for returning mouse and keyboard events to Python",
    "version": "2.0.3",
    "project_urls": {
        "Homepage": "https://github.com/mwcraig/ipyevents"
    },
    "split_keywords": [
        "ipython",
        " jupyter",
        " widgets"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "532778e216064b121be195ab9b5e8adc97e8ee6d7c08825b6a15c119170787b0",
                "md5": "508d2418ad06c42f595d5666f26cb25b",
                "sha256": "a2b8362952bf366e931bdf5a77c423918a9098e8012b92ab3820682c873b0a13"
            },
            "downloads": -1,
            "filename": "ipyevents-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "508d2418ad06c42f595d5666f26cb25b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 102425,
            "upload_time": "2025-09-12T21:45:47",
            "upload_time_iso_8601": "2025-09-12T21:45:47.790196Z",
            "url": "https://files.pythonhosted.org/packages/53/27/78e216064b121be195ab9b5e8adc97e8ee6d7c08825b6a15c119170787b0/ipyevents-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "105c55da6a33067bda41846af4b357af6334111cc80a6d3693ddf4dd748cac0c",
                "md5": "fe489459904e808b680db2f3ecda64fc",
                "sha256": "52f47ed8c3c398b970481806182d4de2d5c87ff5dd52bc04c3bd2107d56dd301"
            },
            "downloads": -1,
            "filename": "ipyevents-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fe489459904e808b680db2f3ecda64fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 210623,
            "upload_time": "2025-09-12T21:45:48",
            "upload_time_iso_8601": "2025-09-12T21:45:48.711354Z",
            "url": "https://files.pythonhosted.org/packages/10/5c/55da6a33067bda41846af4b357af6334111cc80a6d3693ddf4dd748cac0c/ipyevents-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 21:45:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mwcraig",
    "github_project": "ipyevents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ipyevents"
}
        
Elapsed time: 3.37914s