I hereby claim:
- I am ijstokes on github.
- I am ijstokes (https://keybase.io/ijstokes) on keybase.
- I have a public key whose fingerprint is 42C9 D24F E877 5E94 7DD5 9773 0099 8F0F 5E7A 3BA7
To claim this, I am signing this object:
name: mpg_prediction | |
description: Predict MPG using a linear regression model | |
commands: | |
default: | |
bokeh_app: . | |
packages: | |
- bokeh=0.12.5=py36_1 | |
- pandas=0.20.1=np112py36_0 |
alabaster | |
anaconda-client | |
anaconda-navigator | |
anaconda-project | |
appnope | |
appscript | |
asn1crypto | |
astroid | |
astropy | |
babel |
anaconda-client | |
argcomplete | |
babel | |
backports | |
beautifulsoup4 | |
bitarray | |
blaze | |
bokeh | |
boto | |
cffi |
name: anaconda42_noversions | |
dependencies: | |
- alabaster | |
- anaconda-client | |
- anaconda-navigator | |
- appnope | |
- appscript | |
- argcomplete | |
- astroid | |
- astropy |
_nb_ext_conf: 0.2.0-py35_0 | |
alabaster: 0.7.8-py35_0 | |
anaconda: 4.1.0-np111py35_0 | |
anaconda-client: 1.4.0-py35_0 | |
anaconda-navigator: 1.2.1-py35_0 | |
appnope: 0.1.0-py35_0 | |
appscript: 1.0.1-py35_0 | |
argcomplete: 1.0.0-py35_1 | |
astropy: 1.2.1-np111py35_0 | |
babel: 2.3.3-py35_0 |
I hereby claim:
To claim this, I am signing this object:
import os | |
import datetime | |
import numpy as np | |
import pandas as pd | |
from bokeh.models import HBox, VBox | |
from bokeh.io import curdoc | |
from bokeh.plotting import Figure | |
from bokeh.models.widgets import Select, Slider | |
from bokeh.models import ColumnDataSource, HoverTool, Paragraph |
import sys | |
print dir(sys) |