{"id":13869838,"url":"https://github.com/davidbrochart/nbterm","last_synced_at":"2025-04-08T11:15:02.237Z","repository":{"id":38027496,"uuid":"354932586","full_name":"davidbrochart/nbterm","owner":"davidbrochart","description":"Jupyter Notebooks in the terminal.","archived":false,"fork":false,"pushed_at":"2023-08-10T15:15:27.000Z","size":51,"stargazers_count":761,"open_issues_count":31,"forks_count":37,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-01T10:13:11.734Z","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}},"created_at":"2021-04-05T18:28:59.000Z","updated_at":"2025-03-30T00:17:09.000Z","dependencies_parsed_at":"2024-04-21T06:32:22.595Z","dependency_job_id":"603eb392-c3d4-413d-bf55-e610f09eef1e","html_url":"https://github.com/davidbrochart/nbterm","commit_stats":{"total_commits":62,"total_committers":5,"mean_commits":12.4,"dds":0.06451612903225812,"last_synced_commit":"4cbfb56729df6bb82070a99b31186c0c2cc0ceb4"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fnbterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fnbterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fnbterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidbrochart%2Fnbterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidbrochart","download_url":"https://codeload.github.com/davidbrochart/nbterm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829512,"owners_count":21002997,"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-08-05T20:01:19.186Z","updated_at":"2025-04-08T11:15:02.219Z","avatar_url":"https://github.com/davidbrochart.png","language":"Python","funding_links":[],"categories":["others","Python","终端","\u003ca name=\"programming\"\u003e\u003c/a\u003eProgramming"],"sub_categories":["网络服务_其他"],"readme":"[![Build Status](https://github.com/davidbrochart/nbterm/workflows/CI/badge.svg)](https://github.com/davidbrochart/nbterm/actions)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# nbterm\n\nLets you view, edit and execute Jupyter Notebooks in the terminal.\n\n**WARNING**: [jpterm](https://github.com/davidbrochart/jpterm) is the successor of nbterm, which is not maintained anymore.\n\n## Install\n\nUsing pip:\n\n```\npip install nbterm\n```\n\nUsing conda:\n\n```\nmamba install nbterm -c conda-forge\n```\n\nYou will also need a kernel, e.g. `ipykernel` or `xeus-python` for Python, `xeus-cling` for C++.\n\n## Usage\n\nOpen an interactive notebook:\n\n```\n$ nbterm my_notebook.ipynb\n```\n\nRun a notebook in batch mode:\n\n```\n$ nbterm --run my_notebook.ipynb\n```\n\n## Key bindings\n\nThere are two modes: edit mode, and command mode.\n\n- `enter`: enter the edit mode, allowing to type into the cell.\n- `esc`: exit the edit mode and enter the command mode.\n\nIn command mode:\n\n- `up`: select cell above.\n- `down`: select cell below.\n- `ctrl-up`: move cell above.\n- `ctrl-down`: move cell below.\n- `a`: insert cell above.\n- `b`: insert cell below.\n- `x`: cut the cell.\n- `c`: copy the cell.\n- `ctrl-v`: paste cell above.\n- `v`: paste cell below.\n- `o`: set as code cell.\n- `r`: set as raw cell.\n- `m`: set as Markdown cell.\n- `l`: clear cell outputs.\n- `ctrl-e`: run cell.\n- `ctrl-r`: run cell and select below.\n- `ctrl-s`: save.\n- `ctrl-q`: exit.\n- `ctrl-h`: show help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Fnbterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidbrochart%2Fnbterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidbrochart%2Fnbterm/lists"}