module ipythonhelper.path_helper

Short summary

module code_beatrix.ipythonhelper.path_helper

Helpers around paths

source on GitHub

Functions

function

truncated documentation

local_d3js

try to find a local copy of d3js

Documentation

Helpers around paths

source on GitHub

code_beatrix.ipythonhelper.path_helper.default_d3js = 'http://rawgithub.com/mbostock/d3/master/d3.min.js'

default value for d3js

code_beatrix.ipythonhelper.path_helper.local_d3js(default='http://rawgithub.com/mbostock/d3/master/d3.min.js')

try to find a local copy of d3js

Paramètres:

default – use this value otherwise

Renvoie:

location of d3.min.js

À faire

Check about local d3.js

source on GitHub