nbcommands icon indicating copy to clipboard operation
nbcommands copied to clipboard

nbedit for interactive editing of a notebook

Open vinayak-mehta opened this issue 4 years ago • 5 comments

vinayak-mehta avatar Nov 02 '19 08:11 vinayak-mehta

Would this be something like https://github.com/szymonmaszke/vimpyter ?

Sangarshanan avatar Nov 02 '19 14:11 Sangarshanan

I was thinking of having the same keybindings that a notebook server has, but on the command line. For example: b would add a new cell below, a above and dd would delete a cell.

vinayak-mehta avatar Nov 02 '19 17:11 vinayak-mehta

nbterm exists now, and might do what you are after

minrk avatar May 03 '21 07:05 minrk

@minrk nbterm is exactly what I wanted to build! Ended up learning a lot about how IPython works when I was looking into this last year

  • https://vinayak.io/2020/10/27/day-56-the-littlest-jupyter-console/
  • https://vinayak.io/2020/10/28/day-57-cutypr-an-even-littler-jupyter-console/
  • https://vinayak.io/2020/11/01/day-59-the-littlest-jupyter-console-in-rust/

vinayak-mehta avatar Jun 20 '21 20:06 vinayak-mehta

I'm working a lot with Ruby these days and miss IPython so much! I just found this gist you wrote some time ago: https://nbviewer.jupyter.org/gist/minrk/4689728 Time to experiment 😄

vinayak-mehta avatar Jun 20 '21 20:06 vinayak-mehta