Ejemplo n.º 1
0
def main():
    ''' Execute the "bokeh" command line program.

    '''
    import sys
    from bokeh.command.bootstrap import main as _main

    # Main entry point (see setup.py)
    _main(sys.argv)
Ejemplo n.º 2
0
def main():
    ''' Execute the "bokeh" command line program.

    '''
    import sys
    from bokeh.command.bootstrap import main as _main

   # Main entry point (see setup.py)
    _main(sys.argv)
Ejemplo n.º 3
0
def main():
    # Main entry point (see setup.py)
    _main(sys.argv)