aneeshm44's picture
Add files using upload-large-folder tool
f618189 verified
Raw
History Blame Contribute Delete
143 Bytes
"""The cli entry point for ipykernel."""
if __name__ == "__main__":
from ipykernel import kernelapp as app
app.launch_new_instance()