{% extends "_base.html" %} {% block title %} Bokeh Plot Server {% endblock %} {% block script %} Bokeh.server_page(); {% endblock %} {% block content %}
import bokeh
cloud = bokeh.Cloud()
cloud.register("myusername", "mypassword")
# or
cloud.login("myusername", "mypassword")
cloud.browser_login()