roman.belov
04/30/2020, 9:23 PMjimn
05/01/2020, 2:24 PMMichal Harakal
05/02/2020, 9:23 AMFailed to process '%use krangl' command. Unknown library 'krangl'
I can admit that I lack basic understanding e.g. how the lib can be installed. Playing around on Mac with conda.@file:Repository(“<https://repo1.maven.org/maven2>”)
@file:DependsOn(“de.mpicbg.scicomp:krangl:0.11")
roman.belov
05/02/2020, 1:39 PMMichal Harakal
05/02/2020, 5:34 PMroman.belov
05/03/2020, 7:58 AM@file:Repository("<https://repo1.maven.org/maven2>")
@file:DependsOn("de.mpicbg.scicomp:krangl:0.11")
To simplify this boilerplate code for popular libraries we’ve added %use
magics which work like short aliases for libraries. You may create such alias locally by adding a corresponding json file or even contribute it to our repository and it will be available for everyone. Also json file supports initializing code, conversions of the results and some other handy feature.
It’s really strange that %use
magics don’t work for you, I have no idea what could happen. @Anatoly Nikitin probably you can advice here?Ilya Muradyan
05/03/2020, 8:11 AM%use
persist? If yes, could you please share the log which kernel produces when you execute the cell with %use? It might be very helpful.Michal Harakal
05/03/2020, 8:35 AM%use
yes still doesn’t work, I have posted logs via DMIlya Muradyan
05/03/2020, 8:40 AM0.8.0.25
Michal Harakal
05/03/2020, 8:54 AMIlya Muradyan
05/03/2020, 8:55 AMjimn
05/05/2020, 9:06 PMroman.belov
05/05/2020, 9:18 PMXQDD
05/06/2020, 9:14 AMMarian Schubert
06/22/2020, 2:40 PMMichal Harakal
06/22/2020, 2:46 PMaltavir
06/22/2020, 3:06 PMMarian Schubert
06/22/2020, 3:42 PMconda install kotlin-jupyter-kernel -c jetbrains
and I'll get working Jupyter Notebooks with Kotlin kernel? I'll try that outaltavir
06/22/2020, 3:42 PMChris Saunders
07/10/2020, 2:09 PM