jupyterlite


Namejupyterlite JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-03-26 08:27:01
maintainerNone
docs_urlNone
authorJupyterLite Contributors
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2022, JupyterLite Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * 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 js jupyter jupyterlab notebook pyodide schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JupyterLite

[![ci-badge]][ci] [![lite-badge]][lite] [![binder-badge]][binder] [![docs-badge]][docs]

[ci-badge]: https://github.com/jupyterlite/jupyterlite/workflows/Build/badge.svg
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
[lite]: https://jupyterlite.rtfd.io/en/stable/try/lab
[ci]: https://github.com/jupyterlite/jupyterlite/actions?query=branch%3Amain
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder]: https://mybinder.org/v2/gh/jupyterlite/jupyterlite/main?urlpath=lab
[docs-badge]: https://readthedocs.org/projects/jupyterlite/badge/?version=latest
[docs]: https://jupyterlite.readthedocs.io/en/stable/?badge=latest

JupyterLite is a JupyterLab distribution that **runs entirely in the browser** built
from the ground-up using JupyterLab components and extensions.

## ⚡ Status ⚡

Although JupyterLite is currently being developed by core Jupyter developers, the
project is still _unofficial_.

Not all the usual features available in JupyterLab and the Classic Notebook will work
with JupyterLite, but many already do!

Don't hesitate to check out the
[documentation](https://jupyterlite.readthedocs.io/en/stable/howto/index.html) for more
information and project updates.

## ✨ Try it in your browser ✨

JupyterLite works with both [JupyterLab](https://github.com/jupyterlab/jupyterlab) and
[Jupyter Notebook](https://github.com/jupyter/notebook).

| [Try it with JupyterLab!] | [Try it with Jupyter Notebook!] |
| :-----------------------: | :-----------------------------: |
|     ![lab-screenshot]     |     ![notebook-screenshot]      |

[try it with jupyterlab!]: https://jupyterlite.readthedocs.io/en/stable/try/lab
[lab-screenshot]:
  https://github.com/jupyterlite/jupyterlite/assets/591645/8cd26a4e-59db-4b34-bf9b-cd2e9cbc7f98
[try it with jupyter notebook!]: https://jupyterlite.readthedocs.io/en/stable/try/tree
[notebook-screenshot]:
  https://github.com/jupyterlite/jupyterlite/assets/591645/39acb251-69aa-4e2e-8768-6f33fc32b3e2

## 🏗️ Build your own JupyterLite 🏗️

You can build your own JupyterLite website in a couple of minutes, with custom
extensions and packages.

See the
[documentation](https://jupyterlite.readthedocs.io/en/stable/quickstart/deploy.html) for
more details.

### Browser-based Interactive Computing

JupyterLite is all about accessible browser-based interactive computing:

- Python kernel backed by [Pyodide](https://pyodide.org) running in a Web Worker
  - Initial support for interactive visualization libraries such as `altair`, `bqplot`,
    `ipywidgets`, `matplotlib`, and `plotly`
- JavaScript kernel running in a Web Worker
- View hosted example Notebooks and other files, then edit, save, and download from the
  browser's `IndexDB` (or `localStorage`)
- Support for saving settings for JupyterLab/Lite core and federated extensions
- Basic session and kernel management to have multiple kernels running at the same time
- Support for
  [Code Consoles](https://jupyterlab.readthedocs.io/en/stable/user/code_console.html)

[p5.js]: https://p5js.org/

### Ease of Deployment

- Served via well-cacheable, static HTTP(S), locally or on most static web hosts
- Embeddable within larger applications
- Requires no dedicated _application server_ much less a container orchestrator
- Fine-grained configurability of page settings, including reuse of federated extensions

## Showcase

### Jupyter Interactive Widgets

![widgets](https://user-images.githubusercontent.com/591645/123929339-086f6180-d98f-11eb-8ab0-c7f9661ff41e.gif)

### JupyterLab Mimerender Extensions

![image](https://user-images.githubusercontent.com/591645/123927543-3d7ab480-d98d-11eb-9e7e-eb47baf76bc0.png)

### Matplotlib Figures

![image](https://user-images.githubusercontent.com/591645/123927611-4d929400-d98d-11eb-9201-c46dd47b9047.png)

### Altair

![altair](https://user-images.githubusercontent.com/591645/123929321-04dbda80-d98f-11eb-9d5f-c5429d7aeb51.gif)

### Plotly

![plotly](https://user-images.githubusercontent.com/591645/123929332-06a59e00-d98f-11eb-8c51-4a094859c128.gif)

## Development install

See the
[contributing guide](https://github.com/jupyterlite/jupyterlite/blob/main/CONTRIBUTING.md)
for a development installation.

## Related

JupyterLite is a reboot of several attempts at making a full static Jupyter distribution
that runs in the browser, without having to start the Python Jupyter Server on the host
machine.

The goal is to provide a lightweight computing environment accessible in a matter of
seconds with a single click, in a web browser and without having to install anything.

This project is a collection of packages that can be remixed together in variety of ways
to create new applications and distributions. Most of the packages in this repo focus on
providing server-like components that run in the browser (to manage kernels, files and
settings), so existing JupyterLab extensions and plugins can be reused out of the box.

See also:

- [p5-notebook](https://github.com/jtpio/p5-notebook): A minimal Jupyter Notebook UI for
  p5.js kernels running in the browser
- [jyve](https://github.com/deathbeds/jyve): Jupyter Kernels, right inside JupyterLab
- [Starboard Notebook](https://github.com/gzuidhof/starboard-notebook): In-browser
  literal notebooks
- [Basthon](https://basthon.fr/about.html): A Jupyter notebook implementation using
  Pyodide

## 👥 Contributors

<div align="center">
  <a href="https://github.com/jupyterlite/jupyterlite/graphs/contributors">
    <img src="https://contrib.rocks/image?repo=jupyterlite/jupyterlite&max=100&columns=10" style="margin: 5px;" />
  </a>
  <p>Join our community and become a contributor today! 🚀 </p>
</div>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyterlite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "browser, js, jupyter, jupyterlab, notebook, pyodide, schema",
    "author": "JupyterLite Contributors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f3/66/7d4b9b366d763c89eb8334939fe5d38b4b952a17782a3e1cbadd550515d5/jupyterlite-0.3.0.tar.gz",
    "platform": null,
    "description": "# JupyterLite\n\n[![ci-badge]][ci] [![lite-badge]][lite] [![binder-badge]][binder] [![docs-badge]][docs]\n\n[ci-badge]: https://github.com/jupyterlite/jupyterlite/workflows/Build/badge.svg\n[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg\n[lite]: https://jupyterlite.rtfd.io/en/stable/try/lab\n[ci]: https://github.com/jupyterlite/jupyterlite/actions?query=branch%3Amain\n[binder-badge]: https://mybinder.org/badge_logo.svg\n[binder]: https://mybinder.org/v2/gh/jupyterlite/jupyterlite/main?urlpath=lab\n[docs-badge]: https://readthedocs.org/projects/jupyterlite/badge/?version=latest\n[docs]: https://jupyterlite.readthedocs.io/en/stable/?badge=latest\n\nJupyterLite is a JupyterLab distribution that **runs entirely in the browser** built\nfrom the ground-up using JupyterLab components and extensions.\n\n## \u26a1 Status \u26a1\n\nAlthough JupyterLite is currently being developed by core Jupyter developers, the\nproject is still _unofficial_.\n\nNot all the usual features available in JupyterLab and the Classic Notebook will work\nwith JupyterLite, but many already do!\n\nDon't hesitate to check out the\n[documentation](https://jupyterlite.readthedocs.io/en/stable/howto/index.html) for more\ninformation and project updates.\n\n## \u2728 Try it in your browser \u2728\n\nJupyterLite works with both [JupyterLab](https://github.com/jupyterlab/jupyterlab) and\n[Jupyter Notebook](https://github.com/jupyter/notebook).\n\n| [Try it with JupyterLab!] | [Try it with Jupyter Notebook!] |\n| :-----------------------: | :-----------------------------: |\n|     ![lab-screenshot]     |     ![notebook-screenshot]      |\n\n[try it with jupyterlab!]: https://jupyterlite.readthedocs.io/en/stable/try/lab\n[lab-screenshot]:\n  https://github.com/jupyterlite/jupyterlite/assets/591645/8cd26a4e-59db-4b34-bf9b-cd2e9cbc7f98\n[try it with jupyter notebook!]: https://jupyterlite.readthedocs.io/en/stable/try/tree\n[notebook-screenshot]:\n  https://github.com/jupyterlite/jupyterlite/assets/591645/39acb251-69aa-4e2e-8768-6f33fc32b3e2\n\n## \ud83c\udfd7\ufe0f Build your own JupyterLite \ud83c\udfd7\ufe0f\n\nYou can build your own JupyterLite website in a couple of minutes, with custom\nextensions and packages.\n\nSee the\n[documentation](https://jupyterlite.readthedocs.io/en/stable/quickstart/deploy.html) for\nmore details.\n\n### Browser-based Interactive Computing\n\nJupyterLite is all about accessible browser-based interactive computing:\n\n- Python kernel backed by [Pyodide](https://pyodide.org) running in a Web Worker\n  - Initial support for interactive visualization libraries such as `altair`, `bqplot`,\n    `ipywidgets`, `matplotlib`, and `plotly`\n- JavaScript kernel running in a Web Worker\n- View hosted example Notebooks and other files, then edit, save, and download from the\n  browser's `IndexDB` (or `localStorage`)\n- Support for saving settings for JupyterLab/Lite core and federated extensions\n- Basic session and kernel management to have multiple kernels running at the same time\n- Support for\n  [Code Consoles](https://jupyterlab.readthedocs.io/en/stable/user/code_console.html)\n\n[p5.js]: https://p5js.org/\n\n### Ease of Deployment\n\n- Served via well-cacheable, static HTTP(S), locally or on most static web hosts\n- Embeddable within larger applications\n- Requires no dedicated _application server_ much less a container orchestrator\n- Fine-grained configurability of page settings, including reuse of federated extensions\n\n## Showcase\n\n### Jupyter Interactive Widgets\n\n![widgets](https://user-images.githubusercontent.com/591645/123929339-086f6180-d98f-11eb-8ab0-c7f9661ff41e.gif)\n\n### JupyterLab Mimerender Extensions\n\n![image](https://user-images.githubusercontent.com/591645/123927543-3d7ab480-d98d-11eb-9e7e-eb47baf76bc0.png)\n\n### Matplotlib Figures\n\n![image](https://user-images.githubusercontent.com/591645/123927611-4d929400-d98d-11eb-9201-c46dd47b9047.png)\n\n### Altair\n\n![altair](https://user-images.githubusercontent.com/591645/123929321-04dbda80-d98f-11eb-9d5f-c5429d7aeb51.gif)\n\n### Plotly\n\n![plotly](https://user-images.githubusercontent.com/591645/123929332-06a59e00-d98f-11eb-8c51-4a094859c128.gif)\n\n## Development install\n\nSee the\n[contributing guide](https://github.com/jupyterlite/jupyterlite/blob/main/CONTRIBUTING.md)\nfor a development installation.\n\n## Related\n\nJupyterLite is a reboot of several attempts at making a full static Jupyter distribution\nthat runs in the browser, without having to start the Python Jupyter Server on the host\nmachine.\n\nThe goal is to provide a lightweight computing environment accessible in a matter of\nseconds with a single click, in a web browser and without having to install anything.\n\nThis project is a collection of packages that can be remixed together in variety of ways\nto create new applications and distributions. Most of the packages in this repo focus on\nproviding server-like components that run in the browser (to manage kernels, files and\nsettings), so existing JupyterLab extensions and plugins can be reused out of the box.\n\nSee also:\n\n- [p5-notebook](https://github.com/jtpio/p5-notebook): A minimal Jupyter Notebook UI for\n  p5.js kernels running in the browser\n- [jyve](https://github.com/deathbeds/jyve): Jupyter Kernels, right inside JupyterLab\n- [Starboard Notebook](https://github.com/gzuidhof/starboard-notebook): In-browser\n  literal notebooks\n- [Basthon](https://basthon.fr/about.html): A Jupyter notebook implementation using\n  Pyodide\n\n## \ud83d\udc65 Contributors\n\n<div align=\"center\">\n  <a href=\"https://github.com/jupyterlite/jupyterlite/graphs/contributors\">\n    <img src=\"https://contrib.rocks/image?repo=jupyterlite/jupyterlite&max=100&columns=10\" style=\"margin: 5px;\" />\n  </a>\n  <p>Join our community and become a contributor today! \ud83d\ude80 </p>\n</div>\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2022, JupyterLite Contributors All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * 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.  * 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": null,
    "version": "0.3.0",
    "project_urls": {
        "Source": "https://github.com/jupyterlite/jupyterlite"
    },
    "split_keywords": [
        "browser",
        " js",
        " jupyter",
        " jupyterlab",
        " notebook",
        " pyodide",
        " schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1890d7b4a2a372d9fd793f2ba3263a10906c70e6658c918ec9856c3b5deadb9b",
                "md5": "6446f9391d3d897dd8bf4f7d4357428f",
                "sha256": "f011943bf945f415bc4edbfb8f51ced74a82835520be1ecc973afa47936dc3f0"
            },
            "downloads": -1,
            "filename": "jupyterlite-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6446f9391d3d897dd8bf4f7d4357428f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6656,
            "upload_time": "2024-03-26T08:26:58",
            "upload_time_iso_8601": "2024-03-26T08:26:58.989727Z",
            "url": "https://files.pythonhosted.org/packages/18/90/d7b4a2a372d9fd793f2ba3263a10906c70e6658c918ec9856c3b5deadb9b/jupyterlite-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3667d4b9b366d763c89eb8334939fe5d38b4b952a17782a3e1cbadd550515d5",
                "md5": "def449325a0daea439adea8d78286e29",
                "sha256": "824c9a6dad850766ececf4863052b944543b0650fe1be8c7a99d9df0150a5c60"
            },
            "downloads": -1,
            "filename": "jupyterlite-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "def449325a0daea439adea8d78286e29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6009,
            "upload_time": "2024-03-26T08:27:01",
            "upload_time_iso_8601": "2024-03-26T08:27:01.492789Z",
            "url": "https://files.pythonhosted.org/packages/f3/66/7d4b9b366d763c89eb8334939fe5d38b4b952a17782a3e1cbadd550515d5/jupyterlite-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 08:27:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jupyterlite",
    "github_project": "jupyterlite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jupyterlite"
}
        
Elapsed time: 0.20992s