Liking cljdoc? Tell your friends :D

clojupyter.kernel.version


versionclj

(version)

Returns version information as a map with the keys :major, :minor, :incremental, and qualifier, where the former 3 are integers and the latter is a string. Analoguous to *clojure-version*.

Returns version information as a map with the keys `:major`,
`:minor`, `:incremental`, and `qualifier`, where the former 3 are
integers and the latter is a string.  Analoguous to
`*clojure-version*`.
sourceraw docstring

version-mapclj

(version-map {:keys [version raw-version] :as M})
source

version-string*clj

(version-string*)
(version-string* {:keys [version]})

Returns clojupyter's version as a string.

Returns clojupyter's version as a string.
sourceraw docstring

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

× close