You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Tornado ioloop is already running before WebAggApplication.start() is called,
it should be re-used instead of trying to start it again. This allows one to
use WebAgg in his/her external Tornado application.
0 commit comments