gregsexton / gregsexton/ob-ipython

Invalid base64 data

Open
#137 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
742
Forks
107
PR merge metrics
No merged PRs in 30d

Description

Hi thanks for this awesome package first.

I've been using ob-ipython for a while, it worked like a charm until recently. Try to run a simple inline chart

#+BEGIN_SRC ipython :session :exports both :results raw drawer
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
plt.hist(np.random.randn(20000), bins=200)
#+END_SRC

However the system gave me the Invalid base64 data error, ob-ipython--write-base64-string: Invalid base64 data. Any idea about the issue?

About my environment: emacs 25.3.2; ipython 6.2.1; jupyter 4.3.0 (both jupyter_console and jupyter_client are installed)

Thank you.

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.