Skip to content

Commit 5f0a2d9

Browse files
committed
add link to jupyter notebook
1 parent e5a3a0c commit 5f0a2d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ If you were using json-dsl via kt-search before, you can update simply by bumpin
5757
All the examples in this README are implemented using
5858
my [kotlin4example](https://github.com/jillesvangurp/kotlin4example) library. You can find
5959
the source code that generates this README [here](https://github.com/jillesvangurp/json-dsl/blob/main/src/jvmTest/kotlin/com/jillesvangurp/jsondsl/readme/ReadmeGenerationTest.kt).
60+
61+
A more expanded version of these examples can be found in the form of a
62+
Jupyter notebook [here](https://github.com/jillesvangurp/json-dsl-jupyter)
6063

6164
### Hello World
6265

src/jvmTest/kotlin/com/jillesvangurp/jsondsl/readme/ReadmeGenerationTest.kt

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ val readmeMd = sourceGitRepository.md {
4444
All the examples in this README are implemented using
4545
my [kotlin4example](https://github.com/jillesvangurp/kotlin4example) library. You can find
4646
the source code that generates this README ${mdLinkToSelf("here")}.
47+
48+
A more expanded version of these examples can be found in the form of a
49+
Jupyter notebook [here](https://github.com/jillesvangurp/json-dsl-jupyter)
4750
""".trimIndent()
4851
subSection("Hello World") {
4952
+"""

0 commit comments

Comments
 (0)