In [1]:
a = 4 + 4


Out[1]:
8

In [3]:
include("/Users/pstey/juliawd/plot_utils.jl")


Plotly javascript loaded.

To load again call

init_notebook(true)

WARNING: Method definition describe(AbstractArray) in module StatsBase at /Users/pstey/.julia/v0.5/StatsBase/src/scalarstats.jl:573 overwritten in module DataFrames at /Users/pstey/.julia/v0.5/DataFrames/src/abstractdataframe/abstractdataframe.jl:407.
Out[3]:
scatterplot (generic function with 6 methods)

In [4]:
hist2(randn(10000))


Out[4]:

In [ ]: