Navigating and copying from cell output of jupyter notebooks
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Issue: I'd like to be able to navigate and yank from the output cells in jupyter notebooks. Currently I reach for a mouse (gasp!) whenever I want to navigate a large error message, or copy the output of a cell.
Crummy work around: open the document as a json file in a separate window, and then navigate to the corresponding section in it after resaving the jupyter notebook. This doesn't work well for tracebacks, because they have ANSI escape code coloring, and this works awkwardly for images encoded as base64 strings.
An intermediate improvement to the crummy work around might be to run a script in the background that strips out this extra stuff and just shows the cleaned output cells.
Preferred solution: Treating outputs as navigable cells that can be reached through cell-mode just like code cell. Maybe this actually should be handled by the jupternotebook vscode extension, with an option to make the output cells editable? Thoughts?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are identified. Start by reviewing how cell-mode navigation works in the VSCodeVim extension and how Jupyter notebook output is exposed by VS Code; define whether navigation and copying require editable outputs or can be handled without changing notebook contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100