joouha / euporie

Jupyter notebooks in the terminal
https://euporie.readthedocs.io
MIT License
1.54k stars 36 forks source link

Sync state of notebook when changed from outside of euporie #84

Closed IndianBoy42 closed 11 months ago

IndianBoy42 commented 11 months ago

Hey! I am hoping to use euporie as a in terminal solution for running and displaying notebooks, but editing it from within neovim using jupytext.vim. Right now the problem is that editing from neovim doesn't show the changes in euporie. Autoreading would be nice but manually reloading with a keybinding works too since I can send keypresses from neovim to the terminal that euporie is running in

joouha commented 11 months ago

Pressing F5 will re-load the notebook from disk.

I hope that helps :-)

IndianBoy42 commented 11 months ago

Ah it does, I tried looking at the command palette but didn't find that. The hint text for it is "Reset the current tab" which is not really what i would expect for this function

joouha commented 11 months ago

Good point, I'll update the description