emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Yasushi SHOJI <yasushi.shoji@gmail.com>
Cc: org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: setting flags in python src blocks?
Date: Wed, 31 Jan 2018 22:23:32 -0800	[thread overview]
Message-ID: <CAJ51ETprc5JLKAWcW=6Rgy9n6KYYhh8ibju8fh-kU89Su43nSA@mail.gmail.com> (raw)
In-Reply-To: <CAELBRWKeE49hF3SmAAHgTdgu8GJ0L81iPNd++NosQw9-GfvcaQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

Thanks. That does work for flags the interpreter knows, but python doesn't
understand --some_flag (I mean literally that flag!).

It turns out I meant:

python test.py --some_flag=True.

It looks like that is not currently possible.

John

-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu


On Wed, Jan 31, 2018 at 10:11 PM, Yasushi SHOJI <yasushi.shoji@gmail.com>
wrote:

> Hi,
>
> On Thu, Feb 1, 2018 at 8:47 AM, John Kitchin <jkitchin@andrew.cmu.edu>
> wrote:
> > Is it possible to set command line flags for an executable in src
> blocks? I
> > was thinking of something like this
> >
> > #+BEGIN_SRC python :flags --some_flag=True :tangle test.py
> > import app
> >
> > print(app.FLAGS.some_flag) # -> True
> > #+END_SRC
>
> ob-python doesn't suport :flags nor :cmdline, but you can set interpreter
> with :python. So, you can do
>
> #+begin_src python :python "python --some_flag=True"
>
> to pass parameter to the interpreter.
> --
>            yashi
>

[-- Attachment #2: Type: text/html, Size: 2009 bytes --]

      reply	other threads:[~2018-02-01  6:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-31 23:47 setting flags in python src blocks? John Kitchin
2018-02-01  6:11 ` Yasushi SHOJI
2018-02-01  6:23   ` John Kitchin [this message]

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='CAJ51ETprc5JLKAWcW=6Rgy9n6KYYhh8ibju8fh-kU89Su43nSA@mail.gmail.com' \
    --to=jkitchin@andrew.cmu.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=yasushi.shoji@gmail.com \
    /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).