环境搭建

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

Before you create your first Kotlin Notebook, you need to set up an environment.

Set up the environment

  1. Download and install the latest version of IntelliJ IDEA Ultimate.
  2. In IntelliJ IDEA, select IntelliJ IDEA | Settings | Plugins or File | Settings | Plugins.
  3. In the Marketplace tab, browse the Kotlin Notebook plugin and install it.

    Install Kotlin Notebook from the marketplace

    Alternatively, you can download the Kotlin Notebook plugin and install it manually.

  4. Click OK to apply the changes and restart your IDE if prompted.

Next step

In the next part of the tutorial, you will learn how to create a Kotlin Notebook.

Proceed to the next chapter