{"id":16505474,"url":"https://github.com/davidbrochart/jupyter-kernel-provisioner-proxy","last_synced_at":"2025-10-28T01:30:17.745Z","repository":{"id":180376800,"uuid":"665068783","full_name":"davidbrochart/jupyter-kernel-provisioner-proxy","owner":"davidbrochart","description":"Jupyter kernel provisioner proxy","archived":false,"fork":false,"pushed_at":"2023-07-11T14:19:09.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-16T18:42:16.828Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidbrochart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-07-11T11:14:16.000Z","updated_at":"2024-04-05T06:39:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ecd1716-c41d-48c2-90a0-4ab29a655197","html_url":"https://github.com/davidbrochart/jupyter-kernel-provisioner-proxy","commit_stats":null,"previous_names":["davidbrochart/jupyter-kernel-provisioner-proxy"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyter-kernel-provisioner-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyter-kernel-provisioner-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyter-kernel-provisioner-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fjupyter-kernel-provisioner-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidbrochart","download_url":"https://codeload.github.com/davidbrochart/jupyter-kernel-provisioner-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219860299,"owners_count":16556019,"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-11T15:11:52.606Z","updated_at":"2025-10-28T01:30:17.353Z","avatar_url":"https://github.com/davidbrochart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyter-kernel-provisioner-proxy\n\nA Jupyter kernel [provisioner](https://jupyter-client.readthedocs.io/en/stable/provisioning.html) that actually talks to a remote kernel through the kernel REST API of a Jupyter server.\n\n## Usage\n\n### Main server side\n\nInstall jupyter-kernel-provisioner-proxy:\n\n```console\npip install jupyter-kernel-provisioner-proxy\n```\n\nThen install a kernelspec with the `jupyter-kernel-provisioner-proxy install` command.\n\n```console\n$ jupyter-kernel-provisioner-proxy install --help\n\n Usage: jupyter-kernel-provisioner-proxy install [OPTIONS]\n\n╭─ Options ────────────────────────────────────────────╮\n│ --display     TEXT  The kernel's display name        │\n│ --language    TEXT  The kernel's language name       │\n│ --kernel      TEXT  The kernel's name                │\n│ --url         TEXT  The kernel server URL            │\n│ --help              Show this message and exit.      │\n╰──────────────────────────────────────────────────────╯\n```\n\nBy default, `jupyter-kernel-provisioner-proxy install` will install a Python kernelspec, with the Jupyter server serving remote kernels at http://localhost:8000.\n\n### Kernel server side\n\nYou can use [jupyter-server](https://github.com/jupyter-server/jupyter_server) or [jupyverse](https://github.com/jupyter-server/jupyverse) to serve remote kernels.\n\n#### Using jupyter-server\n\n```console\npip install jupyter-server\njupyter server --ServerApp.token='' --ServerApp.password='' --ServerApp.disable_check_xsrf=True --no-browser --port=8000\n```\n\n#### Using jupyverse\n\n```console\npip install fps-kernels fps-noauth fps-frontend ipykernel\njupyverse\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Fjupyter-kernel-provisioner-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidbrochart%2Fjupyter-kernel-provisioner-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Fjupyter-kernel-provisioner-proxy/lists"}