Skip to content

Commit 1b6daa3

Browse files
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.
1 parent c851be0 commit 1b6daa3

File tree

6 files changed

+8
-29
lines changed

6 files changed

+8
-29
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
<toc-element toc-title="1. Set up an environment" topic="kotlin-notebook-set-up-env.md"/>
164164
<toc-element toc-title="2. Create your first Kotlin Notebook" topic="kotlin-notebook-create.md"/>
165165
<toc-element toc-title="3. Add dependencies to a Kotlin Notebook" topic="kotlin-notebook-add-dependencies.md"/>
166-
<toc-element toc-title="4. Share a Kotlin Notebook" topic="kotlin-notebook-share.md"/>
167166
</toc-element>
167+
<toc-element toc-title="Share a Kotlin Notebook" topic="kotlin-notebook-share.md"/>
168168
<toc-element toc-title="Output formats in Kotlin notebooks" topic="data-analysis-notebooks-output-formats.md"/>
169169
<toc-element toc-title="Working with data sources">
170170
<toc-element topic="data-analysis-work-with-data-sources.md"/>

docs/topics/data-analysis/get-started-with-kotlin-notebooks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Get to know Kotlin Notebook by completing these steps:
1212

1313
![Third step](icon-3.svg){width=25}{type="joined"} [Add dependencies to your Kotlin Notebook](kotlin-notebook-add-dependencies.md)
1414

15-
![Fourth step](icon-4.svg){width=25}{type="joined"} [Share your Kotlin Notebook](kotlin-notebook-share.md)
16-
1715
## Next step
1816

1917
Start by setting up an environment for working with Kotlin Notebook:

docs/topics/data-analysis/kotlin-notebook-add-dependencies.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<p>This is the third part of the <strong>Getting started with Kotlin Notebook</strong> tutorial. Before proceeding, make sure you've completed the previous steps.</p>
55
<p><img src="icon-1-done.svg" width="20" alt="First step"/> <a href="kotlin-notebook-set-up-env.md">Set up an environment</a><br/>
66
<img src="icon-2-done.svg" width="20" alt="Second step"/> <a href="kotlin-notebook-create.md">Create a Kotlin Notebook</a><br/>
7-
<img src="icon-3.svg" width="20" alt="Third step"/> <strong>Add dependencies to a Kotlin Notebook</strong><br/>
8-
<img src="icon-4-todo.svg" width="20" alt="Fourth step"/> Share a Kotlin Notebook<br/>
7+
<img src="icon-3.svg" width="20" alt="Third step"/> <strong>Add dependencies to a Kotlin Notebook</strong><br/>
98
</p>
109
</tldr>
1110

@@ -109,11 +108,8 @@ The resulting chart:
109108
Congratulations on adding and utilizing these libraries in your Kotlin Notebook!
110109
This is just a glimpse into what you can achieve with Kotlin Notebook and its [supported libraries](data-analysis-libraries.md).
111110

112-
For a more extensive guide using the Kotlin DataFrame library, see
113-
[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.
111+
## What's next
114112
115-
## Next step
116-
117-
In the next part of the tutorial, you will learn how to share a Kotlin Notebook.
118-
119-
**[Proceed to the next chapter](kotlin-notebook-share.md)**
113+
* See more details about [adding dependencies to your Kotlin Notebook](https://www.jetbrains.com/help/idea/kotlin-notebook.html#add-dependencies).
114+
* For a more extensive guide using the Kotlin DataFrame library, see [Retrieve data from files](data-analysis-work-with-data-sources.md)
115+
* 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).

docs/topics/data-analysis/kotlin-notebook-create.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<p>This is the second part of the <strong>Getting started with Kotlin Notebook</strong> tutorial. Before proceeding, make sure you've completed the previous step.</p>
55
<p><img src="icon-1-done.svg" width="20" alt="First step"/> <a href="kotlin-notebook-set-up-env.md">Set up an environment</a><br/>
66
<img src="icon-2.svg" width="20" alt="Second step"/> <strong>Create a Kotlin Notebook</strong><br/>
7-
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
8-
<img src="icon-4-todo.svg" width="20" alt="Fourth step"/> Share a Kotlin Notebook<br/>
7+
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
98
</p>
109
</tldr>
1110

docs/topics/data-analysis/kotlin-notebook-set-up-env.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<p>This is the first part of the <strong>Getting started with Kotlin Notebook</strong> tutorial:</p>
55
<p><img src="icon-1.svg" width="20" alt="First step"/> <strong>Set up an environment</strong><br/>
66
<img src="icon-2-todo.svg" width="20" alt="Second step"/> Create a Kotlin Notebook<br/>
7-
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
8-
<img src="icon-4-todo.svg" width="20" alt="Fourth step"/> Share a Kotlin Notebook<br/>
7+
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
98
</p>
109
</tldr>
1110

docs/topics/data-analysis/kotlin-notebook-share.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
[//]: # (title: Share your Kotlin Notebook)
22

3-
<tldr>
4-
<p>This is the fourth part of the <strong>Getting started with Kotlin Notebook</strong> tutorial. Before proceeding, make sure you've completed the previous steps.</p>
5-
<p><img src="icon-1-done.svg" width="20" alt="First step"/> <a href="kotlin-notebook-set-up-env.md">Set up an environment</a><br/>
6-
<img src="icon-2-done.svg" width="20" alt="Second step"/> <a href="kotlin-notebook-create.md">Create a Kotlin Notebook</a><br/>
7-
<img src="icon-3-done.svg" width="20" alt="Third step"/> <a href="kotlin-notebook-add-dependencies.md">Add dependencies to a Kotlin Notebook</a><br/>
8-
<img src="icon-4.svg" width="20" alt="Fourth step"/> <strong>Share a Kotlin Notebook</strong><br/>
9-
</p>
10-
</tldr>
11-
12-
Now that you have created your first Kotlin Notebook, you are ready to share your work with others!
13-
14-
## Share a Kotlin Notebook
15-
163
To share a Kotlin Notebook, just upload it to any notebook web viewer because Kotlin notebooks follow the
174
universal Jupyter format.
185

0 commit comments

Comments
 (0)