Skip to content

Instantly share code, notes, and snippets.

View bbartoldson's full-sized avatar
🎯
Focusing

brian bartoldson bbartoldson

🎯
Focusing
View GitHub Profile
@jnettels
jnettels / index.html
Last active July 20, 2018 19:26
Python Bokeh: Modified slider widget example to demonstrate scrollable columns
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div.scrollable {
overflow: auto;
}
</style>
<meta charset="utf-8">
{{ bokeh_css }}