Feature
JetBrains
JetBrains will stop maintaining Kotlin Notebook as a product: from IntelliJ IDEA 2026.2 it is unbundled and gets no new features, and no compatible plugin will be published for 2026.3 and beyond; the source moves to open source
departs Date not announced
What this means for you
Kotlin Notebook is the interactive, cell-based scratchpad JetBrains built into IntelliJ IDEA for exploring Kotlin code, prototyping, and working with data inline. JetBrains has announced it will sunset it as a maintained product. The transition is marked by IDE version, not a calendar date: through v2026.1 it stays bundled; in v2026.2 it is unbundled from IntelliJ IDEA and stops receiving new features; for v2026.3 and later JetBrains will not publish a compatible plugin at all. Nothing breaks immediately — if you use Kotlin Notebook today it keeps working, and for v2026.2 the plugin is still installable from the marketplace. What ends is JetBrains' maintenance: the tool freezes, and once you move to 2026.3+ there is no vendor-supported build. Because JetBrains gave a version boundary rather than a specific day, this entry carries no exact countdown — the honest status is that the plan is confirmed while no calendar date applies. JetBrains attributes the change to shifting demand for built-in interactive tooling and to AI tools reshaping how developers prototype and iterate.
Where to go
JetBrains points users toward Kotlin DataFrame, noting that with the Kotlin DataFrame compiler plugin its schema-aware APIs and generated column accessors now work directly in regular Gradle and Maven projects rather than only inside a notebook. The Kotlin Notebook plugin itself is not being deleted: JetBrains says the source will be published on GitHub under the Apache License 2.0 so the community can continue development, and the existing plugin remains installable from the marketplace and compatible with v2026.2. Teams that depend on notebook-style Kotlin workflows should decide before upgrading to 2026.3 whether to follow the community-maintained open-source plugin, move exploratory work into Kotlin DataFrame in normal projects, or use a general-purpose notebook environment such as Jupyter with a Kotlin kernel.
- Kotlin DataFrame (with the compiler plugin) for schema-aware data work directly in Gradle/Maven projects — JetBrains' named direction
- The community-maintained open-source Kotlin Notebook plugin, once published on GitHub (Apache 2.0)
- Jupyter with the Kotlin kernel for general notebook-style exploration
Kotlin Notebook is the interactive, cell-based environment JetBrains bundled into IntelliJ IDEA for people who wanted to poke at Kotlin the way data scientists poke at Python — run a snippet, see the result inline, iterate, chart a dataframe without leaving the IDE. JetBrains has now announced it is sunsetting it as a product and will no longer maintain it.
This is a soft sunset defined by IDE version rather than a date on a calendar. Through v2026.1, Kotlin Notebook remains bundled with IntelliJ IDEA exactly as it is today. In v2026.2, it is unbundled from the IDE and JetBrains stops developing new features for it — though the plugin stays installable from the marketplace and is compatible with that release. From v2026.3 and beyond, JetBrains will not publish a compatible plugin at all. Nothing you have built stops working the day you read this, and there is no forced migration on a deadline; what changes is that the tool moves from “maintained by JetBrains” to “frozen,” and eventually to “not shipped by JetBrains for your IDE version.”
Because JetBrains anchored the change to versions rather than to a specific day, this entry carries no countdown — inventing a date from a release cadence would be a guess. What is definite is the direction: new feature work on Kotlin Notebook has stopped, so any workflow that leans on it is now building on a product with a fixed shelf life tied to how long you stay on 2026.2 or earlier.
There are two off-ramps, and they suit different needs. JetBrains’ own recommendation is Kotlin DataFrame: with its compiler plugin, the schema-aware APIs and generated column accessors that used to justify reaching for a notebook now work directly inside ordinary Gradle and Maven projects, which covers a lot of the data-wrangling use case without a notebook at all. For genuine notebook-style, cell-by-cell exploration, the plugin itself is not disappearing — JetBrains says it will publish the source on GitHub under the Apache License 2.0 so the community can keep it alive, and there is always Jupyter with a Kotlin kernel as a vendor-independent option. The useful thing to do with this runway is decide which of those you want before you upgrade to 2026.3, rather than discovering at upgrade time that the bundled tool you relied on is simply not there.
Entry changelog
- — last reviewed.
- — Entry created from JetBrains' official announcement on blog.jetbrains.com. Surfaced via Layer-2 discovery (Hacker News); written from the primary JetBrains post, not the third-party article that surfaced it. No calendar date given — the sunset is defined by IDE version boundaries (§3.2), so sunsetDate is null.
Spot an error or a changed date? Tell us and it’s corrected the same night.