Hello, everybody!
The first public preview of the experimental Kotlin Notebook plugin for IntelliJ IDEA is finally available! Now you can explore, prototype, visualize, and document your code – all in the same environment.
Please check out the blog post for full details: https://blog.jetbrains.com/kotlin/2023/07/introducing-kotlin-notebook/
Join the #notebooks channel for staying in touch!
🎉 5
👍 8
a
altavir
07/05/2023, 6:52 AM
I might add that there is an important new feature that was not advertised so far: an ability to define "integrations" inside the specific notebook with
USE
directive. Try it.
p
Peter
07/06/2023, 11:14 AM
Are USE and %use different and can I read somewhere about how to use USE (pun intended)?
You can create a unique notebook integration inside the notebook with
USE
altavir
07/06/2023, 11:48 AM
Exactly. It all started, when we discussed gradle-like dependency declaration in Jupyter. I did not expect that it will grow into this. The possibilities are exciting,