Liking cljdoc? Tell your friends :D

clojupyter.misc.helper


add-dependenciesclj

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

Use Pomegranate to add dependencies with Maven Central and Clojars as default repositories.

Use Pomegranate to add dependencies with Maven Central and Clojars as
default repositories.
sourceraw docstring

add-javascriptcljdeprecated

(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")

DEPRECATED. Jupyter no longer interprets script tags sent from kernels and instead uses RequireJS to manage Javascript libraries. See elsewhere for details about clojupyter's support for loading third party Javascript libraries.

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")

DEPRECATED. Jupyter no longer interprets `script` tags sent from
kernels and instead uses RequireJS to manage Javascript libraries.
See elsewhere for details about clojupyter's support for loading
third party Javascript libraries.
sourceraw docstring

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

× close