From 5eabd44f48381b66d16a129bf0adc32504c23567 Mon Sep 17 00:00:00 2001 From: alepedroza <39709865+AlejandraPedroza@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:48:59 +0200 Subject: [PATCH] Take Share Kotlin Notebook out of get started. This PR contains updates to the Data analysis section to test improvement in user navigation according to GA analysis. --- docs/kr.tree | 2 +- .../get-started-with-kotlin-notebooks.md | 2 -- .../kotlin-notebook-add-dependencies.md | 14 +++++--------- .../topics/data-analysis/kotlin-notebook-create.md | 3 +-- .../data-analysis/kotlin-notebook-set-up-env.md | 3 +-- docs/topics/data-analysis/kotlin-notebook-share.md | 13 ------------- 6 files changed, 8 insertions(+), 29 deletions(-) diff --git a/docs/kr.tree b/docs/kr.tree index 366d53eb05b..c7009fc1738 100644 --- a/docs/kr.tree +++ b/docs/kr.tree @@ -163,8 +163,8 @@ - + diff --git a/docs/topics/data-analysis/get-started-with-kotlin-notebooks.md b/docs/topics/data-analysis/get-started-with-kotlin-notebooks.md index 6566f5d955e..57053505617 100644 --- a/docs/topics/data-analysis/get-started-with-kotlin-notebooks.md +++ b/docs/topics/data-analysis/get-started-with-kotlin-notebooks.md @@ -12,8 +12,6 @@ Get to know Kotlin Notebook by completing these steps: ![Third step](icon-3.svg){width=25}{type="joined"} [Add dependencies to your Kotlin Notebook](kotlin-notebook-add-dependencies.md) -![Fourth step](icon-4.svg){width=25}{type="joined"} [Share your Kotlin Notebook](kotlin-notebook-share.md) - ## Next step Start by setting up an environment for working with Kotlin Notebook: diff --git a/docs/topics/data-analysis/kotlin-notebook-add-dependencies.md b/docs/topics/data-analysis/kotlin-notebook-add-dependencies.md index ae0b6c809df..5a92a340a3e 100644 --- a/docs/topics/data-analysis/kotlin-notebook-add-dependencies.md +++ b/docs/topics/data-analysis/kotlin-notebook-add-dependencies.md @@ -4,8 +4,7 @@

This is the third part of the Getting started with Kotlin Notebook tutorial. Before proceeding, make sure you've completed the previous steps.

First step Set up an environment
Second step Create a Kotlin Notebook
- Third step Add dependencies to a Kotlin Notebook
- Fourth step Share a Kotlin Notebook
+ Third step Add dependencies to a Kotlin Notebook

@@ -109,11 +108,8 @@ The resulting chart: Congratulations on adding and utilizing these libraries in your Kotlin Notebook! This is just a glimpse into what you can achieve with Kotlin Notebook and its [supported libraries](data-analysis-libraries.md). -For a more extensive guide using the Kotlin DataFrame library, see -[Retrieve data from files](data-analysis-work-with-data-sources.md), and explore [Data visualization in Kotlin Notebook with Kandy](data-analysis-visualization.md) for advanced data visualization. +## What's next -## Next step - -In the next part of the tutorial, you will learn how to share a Kotlin Notebook. - -**[Proceed to the next chapter](kotlin-notebook-share.md)** +* See more details about [adding dependencies to your Kotlin Notebook](https://www.jetbrains.com/help/idea/kotlin-notebook.html#add-dependencies). +* For a more extensive guide using the Kotlin DataFrame library, see [Retrieve data from files](data-analysis-work-with-data-sources.md) +* For an extensive overview of tools and resources available for data science and analysis in Kotlin, see [Kotlin and Java libraries for data analysis](data-analysis-libraries.md). diff --git a/docs/topics/data-analysis/kotlin-notebook-create.md b/docs/topics/data-analysis/kotlin-notebook-create.md index ac0308f30e5..e39153575f1 100644 --- a/docs/topics/data-analysis/kotlin-notebook-create.md +++ b/docs/topics/data-analysis/kotlin-notebook-create.md @@ -4,8 +4,7 @@

This is the second part of the Getting started with Kotlin Notebook tutorial. Before proceeding, make sure you've completed the previous step.

First step Set up an environment
Second step Create a Kotlin Notebook
- Third step Add dependencies to a Kotlin Notebook
- Fourth step Share a Kotlin Notebook
+ Third step Add dependencies to a Kotlin Notebook

diff --git a/docs/topics/data-analysis/kotlin-notebook-set-up-env.md b/docs/topics/data-analysis/kotlin-notebook-set-up-env.md index f3ca598899b..2cfef3d87bd 100644 --- a/docs/topics/data-analysis/kotlin-notebook-set-up-env.md +++ b/docs/topics/data-analysis/kotlin-notebook-set-up-env.md @@ -4,8 +4,7 @@

This is the first part of the Getting started with Kotlin Notebook tutorial:

First step Set up an environment
Second step Create a Kotlin Notebook
- Third step Add dependencies to a Kotlin Notebook
- Fourth step Share a Kotlin Notebook
+ Third step Add dependencies to a Kotlin Notebook

diff --git a/docs/topics/data-analysis/kotlin-notebook-share.md b/docs/topics/data-analysis/kotlin-notebook-share.md index 8aadb68a974..d27ba563958 100644 --- a/docs/topics/data-analysis/kotlin-notebook-share.md +++ b/docs/topics/data-analysis/kotlin-notebook-share.md @@ -1,18 +1,5 @@ [//]: # (title: Share your Kotlin Notebook) - -

This is the fourth part of the Getting started with Kotlin Notebook tutorial. Before proceeding, make sure you've completed the previous steps.

-

First step Set up an environment
- Second step Create a Kotlin Notebook
- Third step Add dependencies to a Kotlin Notebook
- Fourth step Share a Kotlin Notebook
-

-
- -Now that you have created your first Kotlin Notebook, you are ready to share your work with others! - -## Share a Kotlin Notebook - To share a Kotlin Notebook, just upload it to any notebook web viewer because Kotlin notebooks follow the universal Jupyter format.