gregsexton / gregsexton/ob-ipython
Cannot send multibyte strings to the kernel
Open
- Dominant language
- Emacs Lisp
- Stars
- 742
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Evaluating following code block will not work. Note that the org table contains a Unicode character (ω):
``` org-mode
#+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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.