#!/usr/bin/python3 -s

from notebook.notebookapp import main

if __name__ == '__main__':
    main()
