ob-ipython
ob-ipython copied to clipboard
Cannot send multibyte strings to the kernel
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 why did you close https://github.com/gregsexton/ob-ipython/pull/106 instead of waiting for a review?