-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
From in-person discussion:
|
Addressed the fourth point just now by only introducing |
@takluyver Can you elaborate on point 2? Breaking |
|
ah, ok. If I understand the distinctions, it will still be there for the console version of ipython (that is at bash Sorry, I am not as up on all of the terminology/naming conventions as I should be. |
Yes,
setting
No problem, we can't ask everyone to follow everything. |
I think it will actually still work for the qtconsole as well, but I wouldn't rely on that always being the case. |
Yep it was more a comment on how it should be that how it is :-) |
For the sake of the current release of IPython, I'll advocate for this on the scipyserver image. |
Since |
Setting up a non-root user is causing some weird issues. The kernel keeps restarting. |
|
Looks like the kernel restarting is happening because I'm running |
With that out of the way, it appears that matplotlib doesn't like the current Off to the zoo, I'll touch this up again later. |
@rgbkrk do you know why execing the notebook causes the kernels to get restarted forever? I ran into the exact same issue when trying to set a raw ipython notebook command for |
Not sure what is causing that. I ended up having to shelve that earlier to Without the exec, you can't ctrl-c to kill the running notebook server. On Wednesday, September 10, 2014, Scott Sanderson [email protected]
Kyle Kelley (@rgbkrk https://twitter.com/rgbkrk; http://lambdaops.com) |
Forgot to mention, |
As a side note, nbagg is broken in 1.4.0 in py3, there is a PR that fixes it (matplotlib/matplotlib#3464) and we are planning to do 1.4.1 at the end of the month. |
@tacaswell That's too bad. On a side note, I'm noticing that nbAgg takes us back to the whole What backend should I setup? I'm happy to accept a PR for an "opinionated best" matplotlibrc. |
I think activating the inline backend sets up some hooks that run after a cell has executed, to grab the current figure and display it. It's probably possible to do something similar in nbagg, if mpl likes that model. |
Do the hooks live in the ipython or mpl source tree? |
IPython. See |
If those hooks get brought in to matplotlib itself, could this become as simple as setting the
|
That would be sweet! Envoyé de mon iPhone
|
Looking at this very quickly, I think that cc @mdboom This might be folding into the |
Closing until we figure out the right way to do the inlining automagically with matplotlib. |
Opinionated PR about inlining matplotlib by default.
I advocate for this so that people don't have to either
%matplotlib inline
/cc @Carreau @minrk - lend me your opinions