5 lines
90 B
Python
5 lines
90 B
Python
|
from jupyter_console import app
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
app.launch_new_instance()
|