Programmatically launch the JupyterLab editor

When using the Bash kernel I would like to edit a file in the JupyterLab editor.

Is there an API to call the editor passing a filename and possibly a line number as arguments?

1 Like

Hi @mardukbp, there is currently no way to do this, but you may be interested in some discussion on that topic in this issue.

Thanks a lot Ian! That looks very promising.