From ca7ff07a23f70258328ff293d2054c1a64c4323e Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Wed, 16 May 2018 22:02:31 -0500 Subject: [PATCH] Update src blocks in README --- README.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 3ce775b..8b71e5b 100644 --- a/README.org +++ b/README.org @@ -82,9 +82,9 @@ that the =:session= parameter be specified. So for example to interact with a #+BEGIN_SRC org ,#+BEGIN_SRC jupyter-python :session py -,x = 'foo' -,y = 'bar' -,x + ' ' + y +x = 'foo' +y = 'bar' +x + ' ' + y ,#+END_SRC #+END_SRC @@ -96,9 +96,9 @@ parameter to =yes=. #+BEGIN_SRC org ,#+BEGIN_SRC jupyter-python :session py :async yes -,x = 'foo' -,y = 'bar' -,x + ' ' + y +x = 'foo' +y = 'bar' +x + ' ' + y ,#+END_SRC #+END_SRC @@ -109,9 +109,9 @@ the =:kernel= parameter #+BEGIN_SRC org ,#+BEGIN_SRC jupyter-python :session py :async yes :kernel python2 -,x = 'foo' -,y = 'bar' -,x + ' ' + y +x = 'foo' +y = 'bar' +x + ' ' + y ,#+END_SRC #+END_SRC @@ -160,7 +160,7 @@ specify the =:session= as #+BEGIN_SRC org ,#+BEGIN_SRC jupyter-julia :session /ec2:/run/user/1000/jupyter/kernel-julia-0.6.json -,... +... ,#+END_SRC #+END_SRC