From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: org-babel: capturing the output of a shell command that does not return Date: Thu, 4 Oct 2018 10:09:37 -0500 Message-ID: References: <87h8ildy5t.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g85Gj-0003I9-L5 for emacs-orgmode@gnu.org; Thu, 04 Oct 2018 11:10:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g85GW-0000Zq-FN for emacs-orgmode@gnu.org; Thu, 04 Oct 2018 11:10:20 -0400 Received: from mail-lj1-f172.google.com ([209.85.208.172]:38767) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g85GU-0000OI-B6 for emacs-orgmode@gnu.org; Thu, 04 Oct 2018 11:10:10 -0400 Received: by mail-lj1-f172.google.com with SMTP id v7-v6so8264684ljg.5 for ; Thu, 04 Oct 2018 08:10:05 -0700 (PDT) In-Reply-To: <87h8ildy5t.fsf@pc-117-162.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: garjola@garjola.net Cc: Org-mode On Wed, Sep 19, 2018 at 3:35 PM 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?