X Tutup
Skip to content

BUG: Make webagg work without IPython installed#5384

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
mdboom:nbagg-without-ipython
Nov 3, 2015
Merged

BUG: Make webagg work without IPython installed#5384
tacaswell merged 1 commit intomatplotlib:masterfrom
mdboom:nbagg-without-ipython

Conversation

@mdboom
Copy link
Copy Markdown
Member

@mdboom mdboom commented Nov 2, 2015

webagg is supposed to be completely independent of IPython, and work with only tornado installed.

At some point or other, this was broken by putting a common piece of functionality, TornadoTimer in nbagg instead of webagg_core. This just reorganizes things so webagg can be used with IPython installed again.

@mdboom mdboom added this to the Next bugfix release (1.5.1) milestone Nov 2, 2015
tacaswell added a commit that referenced this pull request Nov 3, 2015
BUG: Make webagg work without IPython installed
@tacaswell tacaswell merged commit f7cf17f into matplotlib:master Nov 3, 2015
tacaswell added a commit that referenced this pull request Nov 3, 2015
BUG: Make webagg work without IPython installed
@tacaswell
Copy link
Copy Markdown
Member

back ported as feaf9c6

@mdboom mdboom deleted the nbagg-without-ipython branch November 10, 2015 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup