Spaces:
Runtime error
Runtime error
File size: 143 Bytes
6f72e2b | 1 2 3 4 5 6 7 | """The cli entry point for ipykernel."""
if __name__ == "__main__":
from ipykernel import kernelapp as app
app.launch_new_instance()
|