bash_kernel
bash_kernel copied to clipboard
Edit a file in the JupyterLab editor
This would be very useful. How can it be implemented?
Hi @mardukbp, I'm not sure how this would be done in practice. Perhaps a custom $EDITOR that emits an escape sequence that is registered in xterm and emits a command in JupyterLab to open the file might be possible.
I will ask in the JupyterLab Discourse, whether there is an API to call the editor.