#!/usr/bin/python

from notebook.notebookapp import main

if __name__ == '__main__':
    main()
