{"id":15433227,"url":"https://github.com/simonw/datasette-jupyterlite","last_synced_at":"2025-04-19T17:53:39.859Z","repository":{"id":57417925,"uuid":"423589294","full_name":"simonw/datasette-jupyterlite","owner":"simonw","description":"JupyterLite as a Datasette plugin","archived":false,"fork":false,"pushed_at":"2021-11-05T05:12:33.000Z","size":9,"stargazers_count":11,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T23:17:25.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-01T19:22:51.000Z","updated_at":"2022-09-19T20:29:54.000Z","dependencies_parsed_at":"2022-09-03T09:41:25.117Z","dependency_job_id":null,"html_url":"https://github.com/simonw/datasette-jupyterlite","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonw%2Fdatasette-jupyterlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonw%2Fdatasette-jupyterlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonw%2Fdatasette-jupyterlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonw%2Fdatasette-jupyterlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonw","download_url":"https://codeload.github.com/simonw/datasette-jupyterlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249753276,"owners_count":21320681,"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":[],"created_at":"2024-10-01T18:32:41.778Z","updated_at":"2025-04-19T17:53:39.833Z","avatar_url":"https://github.com/simonw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datasette-jupyterlite\n\n[![PyPI](https://img.shields.io/pypi/v/datasette-jupyterlite.svg)](https://pypi.org/project/datasette-jupyterlite/)\n[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-jupyterlite?include_prereleases\u0026label=changelog)](https://github.com/simonw/datasette-jupyterlite/releases)\n[![Tests](https://github.com/simonw/datasette-jupyterlite/workflows/Test/badge.svg)](https://github.com/simonw/datasette-jupyterlite/actions?query=workflow%3ATest)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-jupyterlite/blob/main/LICENSE)\n\n[JupyterLite](https://jupyterlite.readthedocs.io/en/latest/) as a Datasette plugin\n\n## Installation\n\nInstall this plugin in the same environment as Datasette.\n\n    $ datasette install datasette-jupyterlite\n\n## Demo\n\nYou can try out a demo of the plugin here: https://latest-with-plugins.datasette.io/jupyterlite/\n\nRun this example code in a Pyolite notebook to pull all of the data from the [github/stars](https://latest-with-plugins.datasette.io/github/stars) table into a Pandas DataFrame:\n\n```python\nimport pandas, pyodide\n\ndf = pandas.read_csv(pyodide.open_url(\n  \"https://latest-with-plugins.datasette.io/github/stars.csv?_labels=on\u0026_stream=on\u0026_size=max\")\n)\n```\n\n## Usage\n\nOnce installed, visit `/jupyterlite/` to access JupyterLite served from your Datasette instance.\n\n## Development\n\nTo set up this plugin locally, first checkout the code. Then create a new virtual environment:\n\n    cd datasette-jupyterlite\n    python3 -mvenv venv\n    source venv/bin/activate\n\nOr if you are using `pipenv`:\n\n    pipenv shell\n\nNow install the dependencies and test dependencies:\n\n    pip install -e '.[test]'\n\nTo run the tests:\n\n    pytest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonw%2Fdatasette-jupyterlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonw%2Fdatasette-jupyterlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonw%2Fdatasette-jupyterlite/lists"}