2022-05-23 00:16:32 +04:00

4 lines
101 B
Python

if __name__ == '__main__':
from notebook import notebookapp as app
app.launch_new_instance()