Пример #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)
Пример #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)
Пример #3
0
def main():
    # Main entry point (see setup.py)
    _main(sys.argv)