コード例 #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
ファイル: __main__.py プロジェクト: FourtekIT-incubator/bokeh
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)