Skip to content

Commit 0444d2a

Browse files
authored
Merge pull request #44 from scicloj/dataflow-doc
Dataflow doc
2 parents 673f8d2 + 1ae946b commit 0444d2a

File tree

3 files changed

+819
-3
lines changed

3 files changed

+819
-3
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
io.github.cognitect-labs/test-runner
1515
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
1616
org.scicloj/noj {:mvn/version "2-beta18"}
17-
org.scicloj/clay {:mvn/version "2.0.2"}}}
17+
org.scicloj/clay {:mvn/version "2.0.3"}}}
1818
:dev {:extra-paths ["notebooks"]
1919
:extra-deps {org.scicloj/noj {:mvn/version "2-beta18"}
20-
org.scicloj/clay {:mvn/version "2.0.2"}}}
20+
org.scicloj/clay {:mvn/version "2.0.3"}}}
2121
:nrepl {:extra-paths ["test" "notebooks"]
2222
:extra-deps {nrepl/nrepl {:mvn/version "1.3.1"}}
2323
:jvm-opts ["-Djdk.attach.allowAttachSelf"]

notebooks/chapters.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["plotly_walkthrough" "plotly_reference" "hanami_walkthrough" "transpile_reference"]
1+
["plotly_walkthrough" "plotly_reference" "hanami_walkthrough" "transpile_reference" "dataflow_walkthrough"]

0 commit comments

Comments
 (0)