bokeh.client.session.DEFAULT_SERVER_WEBSOCKET_URL

Here are the examples of the python api bokeh.client.session.DEFAULT_SERVER_WEBSOCKET_URL taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Source File : test_session.py
License : MIT License
Project Creator : rthorst

def test_DEFAULT_SERVER_WEBSOCKET_URL():
    assert bcs.DEFAULT_SERVER_WEBSOCKET_URL == "ws://localhost:5006/ws"

class Test_ClientSession(object):