Name | jupyterlab-magic-wand JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | An in-cell AI assistant for JupyterLab notebooks |
upload_time | 2025-01-03 18:40:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
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. |
keywords |
jupyter
jupyterlab
jupyterlab-extension
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# JupyterLab Magic Wand
[![Github Actions Status](https://github.com/Zsailer/jupyterlab-magic-wand/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-magic-wand/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Zsailer/jupyterlab-magic-wand/main?urlpath=lab)
An in-cell AI assistant for JupyterLab notebooks
![alt text](docs/README.png 'Title')
## Requirements
- JupyterLab >= 4.0.0
## Install
To install the extension, execute:
```bash
pip install jupyterlab_magic_wand
```
## Uninstall
To remove the extension, execute:
```bash
pip uninstall jupyterlab_magic_wand
```
Raw data
{
"_id": null,
"home_page": null,
"name": "jupyterlab-magic-wand",
"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/13/dc/cd292e204a5a90b7ae64c98938f6ce8310cfd79b649d200b51498c6c23d0/jupyterlab_magic_wand-0.3.0.tar.gz",
"platform": null,
"description": "# JupyterLab Magic Wand\n\n[![Github Actions Status](https://github.com/Zsailer/jupyterlab-magic-wand/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-magic-wand/actions/workflows/build.yml)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Zsailer/jupyterlab-magic-wand/main?urlpath=lab)\n\nAn in-cell AI assistant for JupyterLab notebooks\n\n![alt text](docs/README.png 'Title')\n\n## Requirements\n\n- JupyterLab >= 4.0.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install jupyterlab_magic_wand\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall jupyterlab_magic_wand\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": "An in-cell AI assistant for JupyterLab notebooks",
"version": "0.3.0",
"project_urls": {
"Bug Tracker": "https://github.com/Zsailer/jupyterlab-magic-wand/issues",
"Homepage": "https://github.com/Zsailer/jupyterlab-magic-wand",
"Repository": "https://github.com/Zsailer/jupyterlab-magic-wand.git"
},
"split_keywords": [
"jupyter",
" jupyterlab",
" jupyterlab-extension"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "48f2c7da8c7af88da4ef3bb2eae9e2c25d6ecbcf6bdd82a30992543668d32e8c",
"md5": "406169ae8c755c7d652a864344985ce8",
"sha256": "25d4e5ff410377dc19e614a8e853be58c476fe8029628b9c85f2a137950a6acb"
},
"downloads": -1,
"filename": "jupyterlab_magic_wand-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "406169ae8c755c7d652a864344985ce8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 37812,
"upload_time": "2025-01-03T18:40:46",
"upload_time_iso_8601": "2025-01-03T18:40:46.878664Z",
"url": "https://files.pythonhosted.org/packages/48/f2/c7da8c7af88da4ef3bb2eae9e2c25d6ecbcf6bdd82a30992543668d32e8c/jupyterlab_magic_wand-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "13dccd292e204a5a90b7ae64c98938f6ce8310cfd79b649d200b51498c6c23d0",
"md5": "73a452d1fd58d38c8c8b1eb7f2416a4f",
"sha256": "9ab847c01bf9b9816589409aef3ddf764bf8f9810278f08c0e81ba0cfe336e12"
},
"downloads": -1,
"filename": "jupyterlab_magic_wand-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "73a452d1fd58d38c8c8b1eb7f2416a4f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 438056,
"upload_time": "2025-01-03T18:40:49",
"upload_time_iso_8601": "2025-01-03T18:40:49.810028Z",
"url": "https://files.pythonhosted.org/packages/13/dc/cd292e204a5a90b7ae64c98938f6ce8310cfd79b649d200b51498c6c23d0/jupyterlab_magic_wand-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-03 18:40:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Zsailer",
"github_project": "jupyterlab-magic-wand",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jupyterlab-magic-wand"
}