mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 10:28:02 +00:00
4 lines
101 B
Python
4 lines
101 B
Python
if __name__ == '__main__':
|
|
from notebook import notebookapp as app
|
|
app.launch_new_instance()
|