Notes from the Dash and Donuts workshop. See the comments below!
View go.Carpet?
>>> go.Carpet? | |
Init signature: go.Carpet(a=None, a0=None, aaxis=None, asrc=None, | |
b=None, b0=None, baxis=None, bsrc=None, | |
carpet=None, cheaterslope=None, color=None, | |
customdata=None, customdatasrc=None, | |
da=None, db=None, font=None, hoverinfo=None, | |
hoverinfosrc=None, hoverlabel=None, | |
ids=None, idssrc=None, legendgroup=None, | |
name=None, opacity=None, selectedpoints=None, |
View keymap.cson
'atom-text-editor:not([mini])': | |
'ctrl-i': 'core:move-up' | |
'ctrl-k': 'core:move-down' | |
'ctrl-j': 'editor:move-to-beginning-of-word' | |
'ctrl-l': 'editor:move-to-end-of-word' | |
'ctrl-alt-i': 'editor:move-to-beginning-of-previous-paragraph' | |
'ctrl-alt-k': 'editor:move-to-beginning-of-next-paragraph' | |
'shift-ctrl-alt-i': 'editor:select-to-beginning-of-previous-paragraph' | |
'shift-ctrl-alt-k': 'editor:select-to-beginning-of-next-paragraph' |
View pyenv versions available on circle ci
``` | |
ubuntu@box212:~$ pyenv versions | |
system | |
2.7.10 | |
* 2.7.11 (set by /opt/circleci/.pyenv/version) | |
2.7.12 | |
3.1.4 | |
3.1.5 | |
3.2.5 | |
3.2.6 |
View keybase.md
Keybase proof
I hereby claim:
- I am chriddyp on github.
- I am chriddyp (https://keybase.io/chriddyp) on keybase.
- I have a public key ASDnhF966uk0KaYGB31-veEOIl_pLQ4MWUNCvwd8FLsDjQo
To claim this, I am signing this object:
View dash_crossfilter_example.py
import dash | |
import dash_core_components as dcc | |
import dash_html_components as html | |
import plotly.graph_objs as go | |
import pandas as pd | |
app = dash.Dash() | |
df = pd.read_csv( | |
'https://gist.githubusercontent.com/chriddyp/' |
View dash_simple_example_pandas_datareader.py
import dash | |
from dash.dependencies import Input, Output | |
import dash_core_components as dcc | |
import dash_html_components as html | |
from pandas_datareader import data as web | |
from datetime import datetime as dt | |
app = dash.Dash('Hello World') |
View GeomtryCollection.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View QA Offline Mode.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View plotly.js inside ipython notebook.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder