gregsexton / gregsexton/ob-ipython

emacs: magick/cache.c:306: AddOpenCLEvent: Assertion `cache_info->opencl != (OpenCLCacheInfo *) NULL' failed. Fatal error 6: Aborted

Open
#196 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.