jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

initialize ioloop earlier

Open minrk opened this issue 3 years ago • 0 comments

  • the event loop should be initialized as early as possible to allow access to the loop during init steps without relying on IOLoop.current()
  • always run bind_http_server inside event loop, to avoid deprecated calls to not-running IOLoop.current made by

related to #876, but only baby steps to make it easier

minrk avatar Jul 29 '22 12:07 minrk