Klemens Muthmann
Klemens Muthmann
I changed the Code to: ```kotlin %use krangl(0.18.4) %use lets-plot var sleepDataExt = sleepData.addColumn("rem_proportion"){it["sleep_rem"]/it["sleep_total"]} sleepDataExt.letsPlot {x="sleep_total"; y="rem_proportion" } + geomPoint() ``` But I still get: ``` Line_69.jupyter-kts (4:64 - 75)...
If I change to: ```kotlin %use krangl(0.18.4) %use lets-plot LetsPlot.getInfo() var sleepDataExt = sleepData.addColumn("rem_proportion"){it["sleep_rem"]/it["sleep_total"]} sleepDataExt.letsPlot {x="sleep_total"; y="rem_proportion" } + geomPoint() ``` the error unfortunately still persists. I also tried to...
Ok. Some of that advice seems to have fixed it. At first I still encountered the problem and needed to reset the kernel. After that it worked. Thank you.
Hm. If I update the mongo-driver-core and mongo-driver-reactivestreams to 4.7.1 manually it starts to work again. It seems there is an issue with the current dependency version (4.2.1).
Any new Information on this yet?
I've got a similar issue with Combat Gameplay Overhaul and Archery Gameplay Overhaul.