File: __main__.py

package info (click to toggle)
ipython 7.20.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,100 kB
  • sloc: python: 36,813; sh: 379; makefile: 243
file content (3 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (10)
1
2
3
if __name__ == '__main__':
    from ipykernel import kernelapp as app
    app.launch_new_instance()