Skip to content

Commit

Permalink
Take Share Kotlin Notebook out of get started.
Browse files Browse the repository at this point in the history
This PR contains updates to the Data analysis section to test improvement in user navigation according to GA analysis.
  • Loading branch information
AlejandraPedroza committed Sep 26, 2024
1 parent f2cf9db commit 5eabd44
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docs/kr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
<toc-element toc-title="1. Set up an environment" topic="kotlin-notebook-set-up-env.md"/>
<toc-element toc-title="2. Create your first Kotlin Notebook" topic="kotlin-notebook-create.md"/>
<toc-element toc-title="3. Add dependencies to a Kotlin Notebook" topic="kotlin-notebook-add-dependencies.md"/>
<toc-element toc-title="4. Share a Kotlin Notebook" topic="kotlin-notebook-share.md"/>
</toc-element>
<toc-element toc-title="Share a Kotlin Notebook" topic="kotlin-notebook-share.md"/>
<toc-element toc-title="Output formats in Kotlin notebooks" topic="data-analysis-notebooks-output-formats.md"/>
<toc-element toc-title="Working with data sources">
<toc-element topic="data-analysis-work-with-data-sources.md"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 5 additions & 9 deletions docs/topics/data-analysis/kotlin-notebook-add-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<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>
<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/>
<img src="icon-2-done.svg" width="20" alt="Second step"/> <a href="kotlin-notebook-create.md">Create a Kotlin Notebook</a><br/>
<img src="icon-3.svg" width="20" alt="Third step"/> <strong>Add dependencies to a Kotlin Notebook</strong><br/>
<img src="icon-4-todo.svg" width="20" alt="Fourth step"/> Share a Kotlin Notebook<br/>
<img src="icon-3.svg" width="20" alt="Third step"/> <strong>Add dependencies to a Kotlin Notebook</strong><br/>
</p>
</tldr>

Expand Down Expand Up @@ -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).
3 changes: 1 addition & 2 deletions docs/topics/data-analysis/kotlin-notebook-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<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>
<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/>
<img src="icon-2.svg" width="20" alt="Second step"/> <strong>Create a Kotlin Notebook</strong><br/>
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
<img src="icon-4-todo.svg" width="20" alt="Fourth step"/> Share a Kotlin Notebook<br/>
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
</p>
</tldr>

Expand Down
3 changes: 1 addition & 2 deletions docs/topics/data-analysis/kotlin-notebook-set-up-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<p>This is the first part of the <strong>Getting started with Kotlin Notebook</strong> tutorial:</p>
<p><img src="icon-1.svg" width="20" alt="First step"/> <strong>Set up an environment</strong><br/>
<img src="icon-2-todo.svg" width="20" alt="Second step"/> Create a Kotlin Notebook<br/>
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
<img src="icon-4-todo.svg" width="20" alt="Fourth step"/> Share a Kotlin Notebook<br/>
<img src="icon-3-todo.svg" width="20" alt="Third step"/> Add dependencies to a Kotlin Notebook<br/>
</p>
</tldr>

Expand Down
13 changes: 0 additions & 13 deletions docs/topics/data-analysis/kotlin-notebook-share.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
[//]: # (title: Share your Kotlin Notebook)

<tldr>
<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>
<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/>
<img src="icon-2-done.svg" width="20" alt="Second step"/> <a href="kotlin-notebook-create.md">Create a Kotlin Notebook</a><br/>
<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/>
<img src="icon-4.svg" width="20" alt="Fourth step"/> <strong>Share a Kotlin Notebook</strong><br/>
</p>
</tldr>

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.

Expand Down

0 comments on commit 5eabd44

Please sign in to comment.