Open ghost opened 6 years ago
@jkhadka, I already fixed this in ipykernel
.
@takluyver, could you release a new version of ipykernel
with my fix? Thanks!
@ccordoba12 hey, can you point me to the fix you said? Or will it have to come with new udpate and I should wait till then? Thanks for your reply.
IPykernel 4.8 is now out. :-)
Hi,
I recently changed my computer,
From
To
I had several problem with running my old plotting code, so I tried changing the backend but still problems persist, like in
macosx backend
plot in interactive window not opening. Transparency not working fortkAgg backend
Now i trying to switch to
qt5
but everytime i do%matplotlib qt5
it kills the kernel and I get following output.Also,
print os.environ.get('QT_API')
>> None
Update : I unisntalled qt from
brew
brew uninstall qt
and now I can do%matplotlib qt5
without crashing the kernel.But now I cannot import
pyplot
.import matplotlib.pyplot as plt