环境搭建
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
Before you create your first Kotlin Notebook, you need to set up an environment.
Set up the environment
- Download and install the latest version of IntelliJ IDEA Ultimate.
- In IntelliJ IDEA, select IntelliJ IDEA | Settings | Plugins or File | Settings | Plugins.
In the Marketplace tab, browse the Kotlin Notebook plugin and install it.
Alternatively, you can download the Kotlin Notebook plugin and install it manually.
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.