Skip to content

Commit 15f6cad

Browse files
authored
Update Noj version references in README.md
1 parent 087a4db commit 15f6cad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Noj is released in 3 different forms, namely
6262
Add 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

6868
to 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
7676
For a more interactive experience, Clay can render Clojure files as live notebooks in your browser.
7777

7878
Download `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

8181
Launch Clay with live-reload functionality:
8282

@@ -107,14 +107,14 @@ for cloud-based notebook usage.
107107
python3 -m pip install jupyterlab
108108
```
109109
2. 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`).
111111
3. Navigate to the JAR-downloaded directory in a terminal.
112112
4. 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`
118118
5. Launch Jupyter Lab:
119119
`jupyter lab`
120120

0 commit comments

Comments
 (0)