emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Charles C. Berry" <ccberry@ucsd.edu>
To: Benda Xu <heroxbd@gentoo.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: remote plot with local output?
Date: Mon, 14 Sep 2015 13:42:55 -0700	[thread overview]
Message-ID: <alpine.OSX.2.20.1509141330270.944@charles-berrys-macbook.local> (raw)
In-Reply-To: <87bnd5gho8.fsf@gentoo.org>

On Tue, 15 Sep 2015, Benda Xu wrote:

> Dear All,
>
> I am looking for a way to configure org-babel so that a program runs
> remotely and outputs locally.  An example is
>
>  #+NAME: line
>   | 1 |
>   | 2 |
>   | 3 |
>
>  #+BEGIN_SRC python :results file :var dt=line :dir /ipmuap02:/tmp
>    from matplotlib import pylab as plt
>    plt.plot(dt)
>    plt.savefig("line.png")
>    return "line.png"
>  #+END_SRC
>
>  #+RESULTS:
>  [[file:/scp:ipmuap02:/tmp/line.png]]
>
> I would like to embed this figure into my note.  The example above need
> to fetch the figure from the remote host on each exportation, which is
> very sensitive to the network environment.
>
> I cannot make the plot locally, because (unlike the over-simplified
> example) some potentially big data are only available remotely.
>
> My solution is to cache the result (:cache yes), execute the code block,
> copy the output file to localhost, update the #+RESULTS link to the
> local one, manually.  Now I am facing many such tasks and feel like
> automating that.
>
>
> What is the recommended way for copying the file output from an remote
> execution code block back to localhost?
>

Look at the :post header arg

 	(info "(org) post")

You write a src block that extracts the remote file name from *this*,
creates a local file name from it, copies the remote file to the local 
host, then substitutes the local file name in *this* and uses it as the 
return value.

Use the name of that src block as the argument to :post

HTH,

Chuck

  parent reply	other threads:[~2015-09-14 20:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14 15:11 remote plot with local output? Benda Xu
2015-09-14 16:48 ` Suvayu Ali
2015-09-15  8:54   ` Benda Xu
2015-09-15  8:57   ` Benda Xu
2015-09-14 20:42 ` Charles C. Berry [this message]
2015-09-15  8:28   ` Benda Xu
2015-09-15 16:19     ` Charles C. Berry
2015-09-16  2:13       ` Benda Xu
2015-09-18  8:58         ` Benda Xu
2015-09-18 18:11           ` Charles C. Berry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.OSX.2.20.1509141330270.944@charles-berrys-macbook.local \
    --to=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=heroxbd@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).