Skip to content

Global-localhost/cdx

 
 

Repository files navigation

Continuum Data Explorer (CDX)

Installation

We recommend using Anaconda 1.8+ to setup Bokeh's and CDX's dependencies.

To start:

$ python cdxlocal.py

Navigate to http://localhost:5030/cdx#cdx/<docname>. You can pick any document name for <docname>.

Start populating the IPython session with data! In the IPython cell, execute:

import pandas as pd
auto = pd.read_csv("cdx/remotedata/auto-mpg.csv")
import statsmodels.api as sm
longley = sm.datasets.longley.load_pandas().data
macrodata = sm.datasets.macrodata.load_pandas().data
sess.cdx.namespace.populate()
sess.plot("weight", "mpg", "auto")
sess.plot("hp", "mpg", "auto")

If single cell is insufficient for effective work, you can connect an external IPython client to CDX session. For example, to start a console client issue (in a new terminal):

$ ipython console --existing kernel-1.json

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 52.0%
  • Python 44.9%
  • CSS 3.0%
  • Shell 0.1%