Hello, everybody! The first public preview of the ...
# datascience
r
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
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
Are USE and %use different and can I read somewhere about how to use USE (pun intended)?
a
@Peter Yes, they are quite different. You can see the documentation here: https://github.com/Kotlin/kotlin-jupyter/blob/master/docs/libraries.md
You can create a unique notebook integration inside the notebook with
USE
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,