Liking cljdoc? Tell your friends :D

clojupyter.misc.helper


add-dependenciesclj

(add-dependencies dependencies
                  &
                  {:keys [repositories]
                   :or {repositories {"central" "http://repo1.maven.org/maven2/"
                                      "clojars" "http://clojars.org/repo"}}})
source

add-javascriptclj

(add-javascript script-src)

add a single javascript to front-end, must be last form of cell input

Example: (add-javascript "https://cdnjs.cloudflare.com/ajax/libs/d3/4.12.2/d3.js")

add a single javascript to front-end, must be last form of cell input

Example:
  (add-javascript "https://cdnjs.cloudflare.com/ajax/libs/d3/4.12.2/d3.js")
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close