File: __main__.py

package info (click to toggle)
jupyter-notebook 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,444 kB
  • sloc: javascript: 23,377; python: 15,064; makefile: 252; sh: 66
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()