ob-ipython icon indicating copy to clipboard operation
ob-ipython copied to clipboard

Cannot send multibyte strings to the kernel

Open et2010 opened this issue 8 years ago • 1 comments
trafficstars

Evaluating following code block will not work. Note that the org table contains a Unicode character (ω):

#+name: input
| ω |

#+header: :var var=input
#+begin_src ipython :session :results output drawer
print(var)
#+end_src

See https://github.com/jkitchin/scimax/issues/67 for more details and a fix for this issue.

et2010 avatar May 11 '17 16:05 et2010

@et2010 why did you close https://github.com/gregsexton/ob-ipython/pull/106 instead of waiting for a review?

fleimgruber avatar Jun 28 '17 22:06 fleimgruber