@@ -62,7 +62,7 @@ Noj is released in 3 different forms, namely
6262Add this to your deps.edn:
6363
6464``` clojure
65- org.scicloj/noj {:mvn/version " 2-beta19.1 " }
65+ org.scicloj/noj {:mvn/version " 2-beta21 " }
6666```
6767
6868to get noj as a Clojure library. It comes with a curated list of various data-science libraries, see documentation.
@@ -76,7 +76,7 @@ This allows users to write and execute Clojure code within a notebook-like envir
7676For a more interactive experience, Clay can render Clojure files as live notebooks in your browser.
7777
7878Download ` noj-<version>-clay.jar ` from [ Releases] ( https://github.com/scicloj/noj/releases )
79- into a local directory of your choice (replace ` <version> ` with e.g. ` 2-beta15 ` ).
79+ into a local directory of your choice (replace ` <version> ` with e.g. ` 2-beta21 ` ).
8080
8181Launch Clay with live-reload functionality:
8282
@@ -107,14 +107,14 @@ for cloud-based notebook usage.
107107 python3 -m pip install jupyterlab
108108 ```
1091092. Download ` noj-< version> -clojupyter.jar` from [Releases](https://github.com/scicloj/noj/releases)
110- into a local directory of your choice (replace ` < version> ` with e.g. ` 2-beta15 ` ).
110+ into a local directory of your choice (replace ` < version> ` with e.g. ` 2-beta21 ` ).
1111113. Navigate to the JAR-downloaded directory in a terminal.
1121124. Execute the following command to install the Noj Jupyter kernel:
113113
114- ` java -cp noj-2-beta15 -clojupyter.jar clojupyter.cmdline install --jarfile noj-2-beta15 -clojupyter.jar --ident noj-2-beta15 `
114+ ` java -cp noj-2-beta21 -clojupyter.jar clojupyter.cmdline install --jarfile noj-2-beta21 -clojupyter.jar --ident noj-2-beta21 `
115115
116116 a. Confirm the installation:
117- ` java -cp noj-2-beta15 -clojupyter.jar clojupyter.cmdline list-installs`
117+ ` java -cp noj-2-beta21 -clojupyter.jar clojupyter.cmdline list-installs`
1181185. Launch Jupyter Lab:
119119 ` jupyter lab`
120120
0 commit comments