Animesh Sahu
Animesh Sahu
@Khqi that's what I'm saying, frame_count isn't hookable, it doesn't emit any events.
To me portability matters much more, if cache are just compressed form of what's already in the iso wouldn't it be duplication? Customizing only iso with addon pkg/files can be...
What do you think about [distri's approach](https://michael.stapelberg.ch/posts/2019-08-17-introducing-distri/#key-idea-packages-are-images-not-archives), that packages are images and not archives?
It could be used to deny the selection & unselection of few items based on few conditions. Like for example listing packages linearly for silent installation, if one depends on...
@ileasile o.O It actually says, ``` Line_0.jupyter.kts (4:2 - 7) This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn' ``` Can we pass compiler options?
I'm using `0.8.3` basically pip installation didn't work for me (notebook wasn't appearing, tested ~~both~~ on windows ~~& linux~~), so I just cloned and ran install task: `git clone https://github.com/Kotlin/kotlin-jupyter.git...
Ah yes, its that conflict I guess, cuz I was importing both of the packages with wildcards 😅
Result from Jupyter: `'c:\\program files\\python38'` Result from REPL: `'C:\\Program Files\\Python38'` > It is most likely that you have installed Lab using conda, and then installed kernel using pip. I did...
Ok, I'm taking my words back, the `pip` installation actually works in Linux, I guess I only tested it on Windows previously, sorry for creating confusion 😅😅.