patrickdelconte
11/16/2020, 1:02 PMAlexander Black
11/16/2020, 3:18 PMMaria Khalusova
11/18/2020, 12:19 AMFlorian Magin
11/27/2020, 11:41 AMFlorian Magin
11/27/2020, 11:47 AMcompile "jetbrains:kotlin-jupyter-kernel:0.8.2"
in my gradle file and this automatically gets the jar from an official source and resolves the dependencies to the relevant kotlin lib/runtime/reflect jarsMaria Khalusova
12/09/2020, 2:23 PMasad.awadia
12/09/2020, 4:34 PMPratik Patel
12/11/2020, 3:49 PMPratik Patel
12/11/2020, 3:52 PMMaria Khalusova
12/17/2020, 4:48 PMPavel Gorgulov
12/28/2020, 9:00 AMMichal Harakal
12/28/2020, 3:52 PMMichal Harakal
12/28/2020, 3:53 PMholgerbrandl
01/10/2021, 9:55 PMkrangl.GroupedDataFrame
but this class is package-internal, and I'm somehow reluctant to make it part of the public library API just to get a more pretty rendering in jupyter. For corresponding sources see https://github.com/holgerbrandl/krangl/blob/master/src/main/kotlin/krangl/GroupedDataFrame.kt#L15holgerbrandl
01/11/2021, 7:41 PMIgor Alshannikov
01/18/2021, 9:34 PMArkangel
01/19/2021, 10:41 PMholgerbrandl
01/21/2021, 3:29 PMholgerbrandl
01/21/2021, 9:14 PMfilterNotNull
.bjonnh
01/23/2021, 1:45 AMbreandan
01/24/2021, 10:29 PMholgerbrandl
01/29/2021, 5:26 PMaltavir
02/01/2021, 7:29 AMTheMrCodes
02/05/2021, 12:50 PMholgerbrandl
02/08/2021, 8:56 PMaltavir
02/09/2021, 4:56 PMhere▾
build/libs
to the location of your notebook or send it to the consumer alongside the notebook
4. Load it using @file:dependsOn("yourJar.jar")
5. OR create a module json file which references local jar file in the same way. In a module you can also define default imports and startup scripts if you want.
6. The resulting notebook + jar + [optional] module file form a stand-alone bundle that will work for anybody you send it to without the requirement to install environment or build anything.altavir
02/09/2021, 7:20 PMaltavir
02/09/2021, 7:31 PMDavid Martinez
02/11/2021, 10:49 AMMaria Khalusova
02/17/2021, 1:49 PMMaria Khalusova
02/17/2021, 1:49 PMaltavir
02/18/2021, 7:16 AM