File: __main__.py

package info (click to toggle)
jupyter-notebook 6.4.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,860 kB
  • sloc: javascript: 20,765; python: 15,658; makefile: 255; sh: 160
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from .bundlerextensions import main

if __name__ == '__main__':    
    main()