分享 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.

We recommend the following platforms to share Kotlin notebooks:

  • JetBrains Datalore: This platform not only facilitates the sharing of Kotlin notebooks but also improves their usability. Datalore allows you to execute and edit notebooks, and incorporates advanced features, such as creating interactive reports and scheduling notebook runs. To see it in action, see Kotlin Datalore example using DataFrame. Datalore Notebook example
  • GitHub: GitHub natively renders Kotlin notebooks, allowing for straightforward sharing and collaboration. For an example, see the Examples of Kotlin DataFrame GitHub repository. GitHub Notebook example

What's next