Skip to content

Instantly share code, notes, and snippets.

@alhoo
Last active March 23, 2019 09:13
Show Gist options
  • Save alhoo/f68f8111cdc820cbb7455610c41a9f1b to your computer and use it in GitHub Desktop.
Save alhoo/f68f8111cdc820cbb7455610c41a9f1b to your computer and use it in GitHub Desktop.
from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
%pylab inline
pylab.rcParams['figure.figsize'] = (20, 16)
from collections import Counter
from glob import glob
from datetime import datetime, timedelta
import numpy as np
import pandas as pd
import bokeh as bh
import sklearn
from bokeh.plotting import figure, show, output_notebook
from bokeh.sampledata.iris import flowers
output_notebook()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment