{"id":13870218,"url":"https://github.com/jupyterlab/lumino","last_synced_at":"2025-05-14T01:09:00.380Z","repository":{"id":36387525,"uuid":"222298099","full_name":"jupyterlab/lumino","owner":"jupyterlab","description":"Lumino is a library for building interactive web applications ","archived":false,"fork":false,"pushed_at":"2024-10-09T15:36:35.000Z","size":12982,"stargazers_count":631,"open_issues_count":91,"forks_count":129,"subscribers_count":26,"default_branch":"main","last_synced_at":"2024-10-29T14:52:57.293Z","etag":null,"topics":["jupyter","jupyterlab"],"latest_commit_sha":null,"homepage":"https://lumino.readthedocs.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyterlab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"numfocus","custom":"https://numfocus.org/donate-to-jupyter"}},"created_at":"2019-11-17T19:09:27.000Z","updated_at":"2024-10-29T03:14:11.000Z","dependencies_parsed_at":"2023-01-17T01:31:45.303Z","dependency_job_id":"9c06449c-b0b9-4afd-a6b2-5c2508a26af1","html_url":"https://github.com/jupyterlab/lumino","commit_stats":{"total_commits":3472,"total_committers":83,"mean_commits":41.83132530120482,"dds":0.4763824884792627,"last_synced_commit":"10ee22d2a93ae618f36c5ba380337bc440106399"},"previous_names":[],"tags_count":1214,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab%2Flumino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab%2Flumino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab%2Flumino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyterlab%2Flumino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyterlab","download_url":"https://codeload.github.com/jupyterlab/lumino/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266563,"owners_count":20910836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter","jupyterlab"],"created_at":"2024-08-05T20:01:34.669Z","updated_at":"2025-04-08T22:11:19.831Z","avatar_url":"https://github.com/jupyterlab.png","language":"TypeScript","funding_links":["https://github.com/sponsors/numfocus","https://numfocus.org/donate-to-jupyter"],"categories":["🌐 Web Development - Frontend","TypeScript"],"sub_categories":[],"readme":"# Lumino\n\n[![Build Status](https://github.com/jupyterlab/lumino/workflows/Tests/badge.svg?branch=main)](https://github.com/jupyterlab/lumino/actions?query=branch%3Amain+workflow%3A%22Tests%22)\n[![Documentation Status](https://readthedocs.org/projects/jupyterlab/badge/?version=latest)](https://lumino.readthedocs.io/en/latest/)\n[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/jupyterlab/lumino/issues)\n[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.jupyter.org/c/jupyterlab)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/lumino/main?urlpath=lab/tree/examples)\n\nLumino is a set of JavaScript packages, written in TypeScript, that provide\na rich toolkit of widgets, layouts, events, and data structures. These enable\ndevelopers to construct extensible high-performance desktop-like web\napplications, such as JupyterLab. Lumino was formerly known as PhosphorJS.\n\nLumino is Jupyter project and follows the Jupyter\n[Community Guides and Code of Conduct](https://jupyter.readthedocs.io/en/latest/community/content-community.html).\n\n## Examples\n\n### JupyterLab\n\n[JupyterLab](https://github.com/jupyterlab/jupyterlab) is an extensible environment for interactive and reproducible computing.\n\nYou can try it live in a web browser (without installing anything) by clicking on the link below:\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/lumino/main?urlpath=lab/tree/examples)\n\n![jupyterlab](https://user-images.githubusercontent.com/591645/133745885-8905be8e-afc0-466d-afda-21ed3cf0d813.png)\n\n### Examples in the repository\n\nThis repository contains several examples making use of Lumino Widgets such as the `DockPanel` and the `DataGrid`.\n\nThe example can be interacted with live in the browser by following this link:\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/lumino/main?urlpath=lab/tree/examples)\n\n![examples-binder](https://user-images.githubusercontent.com/591645/133746521-ca0debce-f453-417b-bca3-60d10044857f.gif)\n\n### External Examples\n\n- [Using Lumino in a Vue.js application](https://github.com/kinow/vue-lumino)\n- [wasmboy: Game Boy / Game Boy Color Emulator Library, written for WebAssembly using AssemblyScript](https://github.com/torch2424/wasmboy)\n- [Web Components (Docking, Split and Tab Panels)](http://hpcc-systems.github.io/Visualization/components/README.html)\n- [Using Lumino in Vue3](https://github.com/novrain/vue3-lumino-widget)\n\n## Usage\n\nTo learn more on how to use Lumino, check out the documentation: https://lumino.readthedocs.io/en/latest/\n\n## Development\n\nSee [CONTRIBUTING.md](https://github.com/jupyterlab/lumino/blob/main/CONTRIBUTING.md) to know how to contribute and set up\na development environment.\n\n## Learning Resources\n\n- [PhosphorJS 2019 Mentor Sessions on YouTube](https://www.youtube.com/channel/UCejhDXmzOrxhsTsQBWe-pww/videos).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyterlab%2Flumino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyterlab%2Flumino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyterlab%2Flumino/lists"}