{"id":41883488,"url":"https://github.com/bdunnette/notebooks","last_synced_at":"2026-04-06T11:03:42.174Z","repository":{"id":323879684,"uuid":"1095132639","full_name":"bdunnette/notebooks","owner":"bdunnette","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-19T17:25:35.000Z","size":1544,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-19T20:48:45.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bdunnette.github.io/notebooks/","language":"Jupyter Notebook","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/bdunnette.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-12T16:26:15.000Z","updated_at":"2026-02-19T17:25:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bdunnette/notebooks","commit_stats":null,"previous_names":["bdunnette/notebooks"],"tags_count":0,"template":false,"template_full_name":"bdunnette/jupyterlite-demo-uv","purl":"pkg:github/bdunnette/notebooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fnotebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fnotebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fnotebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fnotebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdunnette","download_url":"https://codeload.github.com/bdunnette/notebooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdunnette%2Fnotebooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31469746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-25T13:16:53.653Z","updated_at":"2026-04-06T11:03:42.168Z","avatar_url":"https://github.com/bdunnette.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xeus-Lite demo\n\n[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/xeus-lite-demo/notebooks/?path=demo.ipynb)\n\nThis GitHub template allows you to create deployments of JupyterLite with a custom set of conda packages.\n\n## 💡 How to make your own deployment\n\nCreating a new deployment can be done in three easy steps:\n\n**Step 1: Apply the GitHub template**\n\n1. Click the **\"Use this template\"** button in the upper right corner of the GitHub repository.\n2. Choose a name for your project and select the GitHub organization where you want to create it.\n3. Then hit **\"Create repository from template\"** to finalize the setup.\n\n**Step 2: Enable building the GitHub pages from GitHub actions.**\n\n1. Once your repository is created, enable GitHub Pages by configuring GitHub Actions. This will build and deploy your site automatically.\n2. Your deployment will be accessible at the following URL: https://{USERNAME}.github.io/{DEMO_REPO_NAME}.\n\n**Step 3: Customize your conda environment**\n\n1. Update your ``environment.yml`` file to include the required packages.\n2. This ensures that your environment has all the necessary dependencies.\n\n## 🎬 Visual Guide\n\nFor a step-by-step visual guide, check out the screencast below:\n\n![Deploy your own](deploy.gif)\n\n## 📦 How to install kernels and packages\n\nYou can install specific kernels and extra packages by adding them to the ``environment.yml`` file.\n\nSee https://jupyterlite-xeus.readthedocs.io/en/latest/environment.html for more documentation.\n\n### Example 1: JupyterLite with NumPy and Matplotlib\n\nTo create a JupyterLite deployment with NumPy and Matplotlib pre-installed, edit the ``environment.yml`` file as follows:\n\n```yml\nname: xeus-kernel\nchannels:\n  - https://repo.prefix.dev/emscripten-forge-dev\n  - https://repo.prefix.dev/conda-forge\ndependencies:\n  - xeus-python\n  - numpy\n  - matplotlib\n```\n\n### Example 2: JupyterLite with R and coursekata\n\nTo use the R kernel and the coursekata package, edit the environment.yml file as follows:\n\n```yml\nname: xeus-kernel\nchannels:\n  - https://repo.prefix.dev/emscripten-forge-dev\n  - https://repo.prefix.dev/conda-forge\ndependencies:\n  - xeus-r\n  - r-coursekata\n```\n\n### Example 3: JupyterLite with C++\n\nTo use the C++ kernel, edit the environment.yml file as follows:\n\n```yml\nname: xeus-kernel\nchannels:\n  - https://repo.prefix.dev/emscripten-forge-dev\n  - https://repo.prefix.dev/conda-forge\ndependencies:\n  - xeus-cpp\n```\n\n## 📦 How to install other jupyterlite plugins\n\nIf you want to install jupyterlite plugins, e.g. `jupyterlite-terminal`, add those plugins to the `.github/build-environment.yml` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdunnette%2Fnotebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdunnette%2Fnotebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdunnette%2Fnotebooks/lists"}