On Wed, Sep 19, 2018 at 3:35 PM <garj...@garjola.net> wrote: > Maybe there is another way to run the shell command and extract the file name > I need (in elisp?), but I don't know how.
What if you start Emacs, have it create a temp file, then in a separate terminal start Jupyter with stdout redirected to that file. Is that in the right direction of what you are describing?