Skip to content

Instantly share code, notes, and snippets.

@andersonfrailey
Created February 3, 2018 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andersonfrailey/5420577a1432c8f747c28eebce21f98d to your computer and use it in GitHub Desktop.
Save andersonfrailey/5420577a1432c8f747c28eebce21f98d to your computer and use it in GitHub Desktop.
from bokeh.plotting import figure
from bokeh.io import show, output_notebook
from bokeh.models import ColumnDataSource, Legend, FuncTickFormatter, NumeralTickFormatter
from bokeh.layouts import column
import taxcalc as tc
import pandas as pd
import numpy as np
import copy
output_notebook()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment