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