Dan Baker
Dan Baker
There is an ongoing issue with jupyter lab and the paths it is able to see. Ideally, it would only see the paths we specify, but it currently is exposed...
There are several configuration files for Jupyter in different locations. Some config files can be `.json` or `.py` files but for the simplicity of interfacing with nix, we'll talk about...
It appears that the PR referenced in the post patch has been merged already. Do we still need this? https://github.com/tweag/jupyter-nix/blob/aa143bac7b46902c3de3d3cf895638197c2d315c/kernels/ansible/overrides.nix#L11-L13
I'm running into an issue migrating the haskell kernel, and I believe we will have the same issue with other kernels. As I understand it, we want to use `poetry`...
Hey this is a great module and thanks for creating it! One thing I had to do was convert hex values to comma separated RGB values so I could use...
When running the Scala kernel, I see things like the follow. ```shell WARN Kernel Ignoring unhandled message: Message(Vector(ArraySeq(0, 123, 59, 75, 126)), {"msg_id": "2982b906-4183-4f60-85f5-8d01b7fc398c_126867_1", "msg_type": "kernel_info_request", "username": "bakerdn", "session": "2982b906-4183-4f60-85f5-8d01b7fc398c",...
Fixes #293 Broken CI is fixed in https://github.com/tweag/jupyterWith/pull/305.
Fixes #308. Added an override for openapi-core in the python overlays to use the latest fixed version.
Work still needs to be done to pass the kernel path properly from the available kernels to the kernel instance or kernel derivation.
@GuillaumeDesforges requested to have a Scala kernel. See [almond](https://github.com/almond-sh/almond) as a candidate kernel. [nix-spark-dev](https://github.com/GuillaumeDesforges/nix-spark-dev) might have some hints on how to get the kernel integrated.