File size: 154 Bytes
d1ceb73 |
1 2 3 4 5 6 7 |
"""The main entry point for Jupyter Server."""
if __name__ == "__main__":
from jupyter_server import serverapp as app
app.launch_new_instance()
|
d1ceb73 |
1 2 3 4 5 6 7 |
"""The main entry point for Jupyter Server."""
if __name__ == "__main__":
from jupyter_server import serverapp as app
app.launch_new_instance()
|