Portal viewer for rendering Mafs.cljs reagent snippets. Requiring this viewer has the side-effect of requiring all namespaces from Mafs.cljs into the SCI context.
Generate these fragments using the code in the emmy.mafs
namespace and
sub-namespaces.
To use this viewer, first install the mafs
npm package:
npm install mafs@0.17.0
Then install the viewer:
(emmy.portal/install! "emmy/portal/mafs.cljs")
The viewer is automatically installed by the functions in emmy.portal
.
Portal viewer for rendering Mafs.cljs reagent snippets. Requiring this viewer has the side-effect of requiring all namespaces from [Mafs.cljs](https://github.com/mentat-collective/Mafs.cljs) into the SCI context. Generate these fragments using the code in the [[emmy.mafs]] namespace and sub-namespaces. To use this viewer, first install the `mafs` npm package: ```bash npm install mafs@0.17.0 ``` Then install the viewer: ```clojure (emmy.portal/install! "emmy/portal/mafs.cljs") ``` The viewer is automatically installed by the functions in [[emmy.portal]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close