File: __main__.py

package info (click to toggle)
jupyter-console 6.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 1,136; makefile: 168
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (5)
1
2
3
4
from jupyter_console import app

if __name__ == '__main__':
    app.launch_new_instance()