On Sat, 01 Jul 2023 05:52:42 +0200 Robert Synofzik wrote ---
> Hello,
> the exact same error occurs for me:
> https://emacs.stackexchange.com/questions/72243/macos-org-babel-python-with-session-output-give-python-el-eval
>
> do you possibly have any idea on how to fix this?
Just
Robert Synofzik writes:
> the exact same error occurs for me:
> https://emacs.stackexchange.com/questions/72243/macos-org-babel-python-with-session-output-give-python-el-eval
>
> I use python 3.9 so guessing switching the version won't help.
May you share your Org version as well?
If it is not t
Hello,
the exact same error occurs for me:
https://emacs.stackexchange.com/questions/72243/macos-org-babel-python-with-session-output-give-python-el-eval
I use python 3.9 so guessing switching the version won't help.
#+begin_src python :session :results output
print("yes")
#+End_src
#+Results
copropriete27ruemo...@gmail.com writes:
> [ For some reason, an answer posted yesterday seems to have been lost.
> Rewriting/reposting... ]
You did not CC Org mailing list.
> Nice answer ! I suppose that this is more a misdesign than a bug (limited
> goals of Dyalog,that emacs-jupyter cannot a
[ For some reason, an answer posted yesterday seems to have been lost.
Rewriting/reposting... ]
Nice answer ! I suppose that this is more a misdesign than a bug (limited goals
of Dyalog,that emacs-jupyter cannot alleviate).
Your suggestion worked. But now, I have to pass to my `:post` function
Emmanuel Charpentier writes:
> #+begin_src jupyter-apl :exports both :results raw :post
> html2text(data=*this*)
> ⍳7
> #+end_src
>
> #+RESULTS:
> #+begin_export html
>
> 1 2 3 4 5 6 7
> #+end_export
>
> but what /enrages/ me is that the (correct) result is still wrapped in an
> HTML block
Dear list,
I stumbled on the conversion of an HTML Babel export block to a "normal" Babel
output. What follows is the *verbatim* transcript of an org file explaining and
demonstrating the problem :
```
# Attempt to use emacs-jupyter to insert Dyalog APL org-src blocks.
#+options: author:nil to
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
Hello,
Many thanks updating org-mode resolved the issue
Best regards,
Jeremie
> FWIW, I just get the last line:
>
> #+NAME:mean_purchase_per_shopping_trip
>
> #+BEGIN_SRC R :var x=6 :results output :session *R*
> a <-sprintf("%.2f",12.234324)
> cat(a,sep="\n")
> #+END_SRC
>
> #+RESULTS:
> : 12.23
"Berry, Charles" writes:
>> On May 27, 2019, at 7:17 PM, Nick Dokos wrote:
>>
>> Jeremie Juste writes:
>>
>>> Hello,
>>>
>>> I recall seeing this thread on the mailing list but I cannot find it
>>> back.
>>>
>>> I would like to suppress the first line leading ":" in the following output
>>>
> On May 27, 2019, at 7:17 PM, Nick Dokos wrote:
>
> Jeremie Juste writes:
>
>> Hello,
>>
>> I recall seeing this thread on the mailing list but I cannot find it
>> back.
>>
>> I would like to suppress the first line leading ":" in the following output
>>
>>
>> #+NAME:mean_purchase_per_s
Jeremie Juste writes:
> Hello,
>
> I recall seeing this thread on the mailing list but I cannot find it
> back.
>
> I would like to suppress the first line leading ":" in the following output
>
>
> #+NAME:mean_purchase_per_shopping_trip
>
> #+BEGIN_SRC R :var x=6 :results output :session *R*
> a
Hello,
I recall seeing this thread on the mailing list but I cannot find it
back.
I would like to suppress the first line leading ":" in the following output
#+NAME:mean_purchase_per_shopping_trip
#+BEGIN_SRC R :var x=6 :results output :session *R*
a <-sprintf("%.2f",12.234324)
cat(a,sep="\n")
Eric - That is perfect. It's exactly what I was looking for. Thank you
for very much!
Jay - format is a good option too.I also found the scales packages
> scales::comma(scales::dollar(5))
[1] "$55,555"
In the end, the org-mode post solution feels more automatic and in the
right layer - since
Joe Bogner writes:
> I am using org-mode and babel with R for reproducible research. I
> would like certain numbers in the output tables to be formatted for
> easier reading - such as eliminating decimals and adding commas for
> readability.
>
> The best I came up with is to use a TBLFM line at t
Hi Joe,
On Wed, May 22, 2013 at 7:18 AM, Joe Bogner wrote:
> I am using org-mode and babel with R for reproducible research. I
> would like certain numbers in the output tables to be formatted for
> easier reading - such as eliminating decimals and adding commas for
> readability.
>
[snip]
Have
I am using org-mode and babel with R for reproducible research. I
would like certain numbers in the output tables to be formatted for
easier reading - such as eliminating decimals and adding commas for
readability.
The best I came up with is to use a TBLFM line at the bottom of my
results table us
17 matches
Mail list logo