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.
Set up an environment
Create a Kotlin Notebook
- Add dependencies to a Kotlin Notebook
- Share a Kotlin Notebook
+ 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.
Set up an environment
Create a Kotlin Notebook
- Add dependencies to a Kotlin Notebook
- Share a Kotlin Notebook
+ 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:
Set up an environment
Create a Kotlin Notebook
- Add dependencies to a Kotlin Notebook
- Share a Kotlin Notebook
+ 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.
- Set up an environment
- Create a Kotlin Notebook
- Add dependencies to a Kotlin Notebook
- 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.