mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 10:15:45 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
if __name__ == "__main__":
|
|
from ipykernel import kernelapp as app
|
|
|
|
app.launch_new_instance()
|