Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAgg kills IPython kernel #2487

Closed
beojan opened this issue Oct 2, 2013 · 4 comments
Closed

WebAgg kills IPython kernel #2487

beojan opened this issue Oct 2, 2013 · 4 comments

Comments

@beojan
Copy link

beojan commented Oct 2, 2013

I'm using the same versions of matplotlib and ipython,

a startup file:

from __future__ import division
from math import *
from numpy import *
import numpy as np
from scipy import constants, integrate, fftpack, interpolate, linalg, ndimage, odr, optimize, signal, spatial, special, stats, weave
import scipy.io as spio
import scipy.io.wavfile as wavfile
import numexpr as ne
import warnings
with warnings.catch_warnings():
  import matplotlib
  matplotlib.use('webagg')
  import matplotlib.pyplot as plt
import sympy as sym

and the script

x = linspace(0,10,10000)
y = sin(x)
plt.plot(x,y)
plt.show()
@beojan
Copy link
Author

beojan commented Oct 3, 2013

Just a note: this is in the IPython Notebook interface.

@tacaswell
Copy link
Member

@beojan Is this still a problem?

@beojan
Copy link
Author

beojan commented Feb 2, 2014

I unable to check immediately, but will reply as soon as possible.
On Feb 2, 2014 4:23 AM, "Thomas A Caswell" notifications@github.com wrote:

@beojan https://github.com/beojan Is this still a problem?

Reply to this email directly or view it on GitHubhttps://github.com//issues/2487#issuecomment-33891719
.

@tacaswell
Copy link
Member

Closing due to lack of confirmation or activity. If you can still reproduce this with current-master please have this reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants