Skip to content

Commit

Permalink
chore: adding link to IntelliJ docs
Browse files Browse the repository at this point in the history
This PR adds references from the Kotlin Notebook overview in Kotlin docs to the Kotlin Notebook overview in IntelliJ IDEA docs
  • Loading branch information
AlejandraPedroza committed May 17, 2024
1 parent a252341 commit 1f6c3ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/topics/kotlin-notebook-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ visuals, and text within the IntelliJ IDEA ecosystem.

![Kotlin Notebook](data-analysis-notebook.gif){width=700}

The Kotlin Notebook plugin comes with various features to boost your development process, such as:
The Kotlin Notebook plugin comes with [various features](https://www.jetbrains.com/help/idea/kotlin-notebook.html) to boost your development process, such as:

* Accessing APIs within cells
* Importing and exporting files with a few clicks
Expand Down Expand Up @@ -87,5 +87,6 @@ which facilitates sharing, running, and editing notebooks with advanced features

## What's next

* [Learn about the Kotlin Notebook's usage and key features.](https://www.jetbrains.com/help/idea/kotlin-notebook.html)
* [Try out Kotlin Notebook.](get-started-with-kotlin-notebooks.md)
* [Deep dive into Kotlin for data analysis.](data-analysis-overview.md)

0 comments on commit 1f6c3ec

Please sign in to comment.