Skip to content

Commit

Permalink
add links to Datalore for candlestick
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiKingsley committed Mar 27, 2024
1 parent 57dad3f commit ed4a38e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/topics/guides/Candlestick-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,10 @@ df.candlestick("x", "open", "high", "low", "close").configure {
<!---END-->

![Candlestick Plot_Simple](guideCandlestickCandlestickPlotConfigured.svg)

<seealso style="cards">
<category ref="example-ktnb">
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/guides/candlestick.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/a3Q5v3cdhUj6qZ9Ub8ODz9" summary="Experiment with this example on Datalore">Datalore Notebook</a>
</category>
</seealso>
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ plot {
<seealso style="cards">
<category ref="example-ktnb">
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/samples/candlestick/candlestick_settings_dsl.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/0VZzfzOogM3v1ePEqDdF4y" summary="Experiment with this example on Datalore">Datalore Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/Dl9JGX3oLDCphmKZoBia9w" summary="Experiment with this example on Datalore">Datalore Notebook</a>
</category>
</seealso>
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ plot {
<seealso style="cards">
<category ref="example-ktnb">
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/samples/candlestick/candlestick_settings_2.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/0VZzfzOogM3v1ePEqDdF4y" summary="Experiment with this example on Datalore">Datalore Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/kD5UHyL2Dh0HEda7EMaHQ1" summary="Experiment with this example on Datalore">Datalore Notebook</a>
</category>
</seealso>
2 changes: 1 addition & 1 deletion docs/topics/samples/candlestick/Candlestick-Simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ plot {
<seealso style="cards">
<category ref="example-ktnb">
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/samples/candlestick/candlestick_simple.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/c0z2x3H4svD595YuuqpexU" summary="Experiment with this example on Datalore">Datalore Notebook</a>
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/U7lef0pS1yW5vjxNvY1klh" summary="Experiment with this example on Datalore">Datalore Notebook</a>
</category>
</seealso>

0 comments on commit ed4a38e

Please sign in to comment.