Remove lab from the app

pull/1506/head
Steven Silvester 10 years ago
parent bc001b8062
commit 45e16b2278

@ -270,7 +270,6 @@ class NotebookWebApplication(web.Application):
handlers.extend(load_handlers('services.nbconvert.handlers'))
handlers.extend(load_handlers('services.kernelspecs.handlers'))
handlers.extend(load_handlers('services.security.handlers'))
handlers.extend(load_handlers('lab.handlers'))
# BEGIN HARDCODED WIDGETS HACK
# TODO: Remove on notebook 5.0

Loading…
Cancel
Save