Skip to content

Instantly share code, notes, and snippets.

@RafaelPais
RafaelPais / layout.py
Last active December 5, 2016 20:03
Layout issues
# -*- coding: utf-8 -*-
"""
Created on Mon Nov 28 09:33:55 2016
@author: Rafael Pais
"""
from bokeh.layouts import row, column
from bokeh.models.widgets import Select, Div, RadioButtonGroup
from bokeh.io import curdoc