5 lines
141 B
Python
5 lines
141 B
Python
from __future__ import absolute_import
|
|
|
|
if __name__ == '__main__':
|
|
from notebook import notebookapp as app
|
|
app.launch_new_instance()
|