gregsexton / gregsexton/ob-ipython
emacs: magick/cache.c:306: AddOpenCLEvent: Assertion `cache_info->opencl != (OpenCLCacheInfo *) NULL' failed. Fatal error 6: Aborted
Open
- Dominant language
- Emacs Lisp
- Stars
- 742
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
When I try to run this program from foo.org it causes a core dump. Otherwise ob-python seems to be working ok.
```
#+begin_src ipython :session :exports both :results raw drawer
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
plt.hist(np.random.random(20000), bins=200)
#+end_src
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.