gregsexton / gregsexton/ob-ipython

emacs hangs when the output to ob-ipython-stdout is too long?

Open
#66 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,

If x is too large in the code below, my emacs session hangs:

``` python
#+BEGIN_SRC ipython :export none
x=30000
for i in range(0,x):
print('This is a generic sentence')
#+END_SRC
```

I am using IPython 4.0 and python 2.7.10. Has anyone else encountered this issue?

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.