timefold-solver
timefold-solver copied to clipboard
Kotlin Notebook: %use timefold-solver
From https://blog.jetbrains.com/kotlin/2023/07/introducing-kotlin-notebook/#notebook-dependencies
Remembering and locating Maven coordinates can be a cumbersome task. To simplify this process, we’ve introduced a smarter and more convenient method for loading popular libraries. Simply use the %use magic command followed by the name of one or several libraries.
So, in a Kotlin Notebook, this should just work:
%use timefold-solver
How to implement: https://github.com/Kotlin/kotlin-jupyter/blob/master/docs/libraries.md
This issue can wait. First we need to see actual uptake of Kotlin Notebooks before we put this on the roadmap.
Either we push it to the long term backlog or close it for now.
Too little uptake to prioritize. The default version approach works well enough. Closing this for now.