#!/usr/bin/python
from jupyter_console import app

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