File size: 142 Bytes
d1ceb73 |
1 2 3 4 5 6 |
"""The cli entry point for ipykernel."""
if __name__ == "__main__":
from ipykernel import kernelapp as app
app.launch_new_instance()
|
d1ceb73 |
1 2 3 4 5 6 |
"""The cli entry point for ipykernel."""
if __name__ == "__main__":
from ipykernel import kernelapp as app
app.launch_new_instance()
|