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