{"id":26250675,"url":"https://github.com/ospoon/jupyter-kernel-manager","last_synced_at":"2026-04-22T18:31:32.683Z","repository":{"id":281432846,"uuid":"945062232","full_name":"OSpoon/jupyter-kernel-manager","owner":"OSpoon","description":"用于管理 Jupyter 的 Python kernels。支持添加新的 conda 环境到 Jupyter，以及移除不需要的 kernels。","archived":false,"fork":false,"pushed_at":"2025-03-09T04:45:33.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T03:46:02.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/OSpoon.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-03-08T15:15:48.000Z","updated_at":"2025-03-09T04:45:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e03cbc6-4609-4541-bd9d-032bb2627be5","html_url":"https://github.com/OSpoon/jupyter-kernel-manager","commit_stats":null,"previous_names":["ospoon/jupyter-kernel-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OSpoon/jupyter-kernel-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSpoon%2Fjupyter-kernel-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSpoon%2Fjupyter-kernel-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSpoon%2Fjupyter-kernel-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSpoon%2Fjupyter-kernel-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSpoon","download_url":"https://codeload.github.com/OSpoon/jupyter-kernel-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSpoon%2Fjupyter-kernel-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-03-13T16:36:17.524Z","updated_at":"2026-04-22T18:31:32.677Z","avatar_url":"https://github.com/OSpoon.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jupyter Kernel Manager\n\n用于管理 Jupyter 的 Python kernels。支持添加新的 conda 环境到 Jupyter，以及移除不需要的 kernels。\n\n## 功能特点\n\n- 快速创建新的 conda 环境并添加到 Jupyter\n- 自定义 Jupyter kernel 的显示名称\n- 安全地移除用户创建的 kernels（保护系统默认 kernels）\n- 跨平台支持（Windows/MacOS）\n\n## 系统要求\n\n- Windows/MacOS 操作系统\n- PowerShell (Windows) / Terminal (MacOS)\n- Anaconda\n- Jupyter Lab\n\n## 快速开始\n\n### Windows 安装\n\n```powershell\nirm https://raw.githubusercontent.com/OSpoon/jupyter-kernel-manager/main/install.ps1 | iex\n```\n\n### MacOS 安装\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/OSpoon/jupyter-kernel-manager/main/install.sh | bash\n```\n\n### 使用说明\n\n1. 安装完成后需要重新打开终端\n2. 支持以下两种命令形式：\n   - 简短命令：`jkm`\n   - 完整命令：`jkm.ps1`（Windows）或 `jkm.sh`（MacOS）\n3. 首次使用可能需要设置执行权限：\n   - Windows: 以管理员身份运行 PowerShell，执行 `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser`\n   - MacOS: 执行 `chmod +x ~/jupyter-kernel-manager/bin/jkm.sh`\n\n### 常见问题\n\n1. 环境变量未生效：重新打开终端\n2. 权限问题：确保有管理员权限\n3. conda 未找到：确保已将 conda 添加到环境变量\n\n## 许可证\n\nMIT License\n\nCopyright (c) 2024 OSpoon\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fospoon%2Fjupyter-kernel-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fospoon%2Fjupyter-kernel-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fospoon%2Fjupyter-kernel-manager/lists"}