Juan Raphael Diaz Simões
Juan Raphael Diaz Simões
Hello! Creating a kernel is not very difficult -- it consists on packaging that gives the kernel executable (or finding it on Nixpkgs), and writing a kernel file. Each one...
I think there is not much reason for JupyterWith to not be in Nixpkgs. We made it outside of Nixpkgs because of technical reasons in the beginning, but I think...
There are two main points to update in Nixpkgs: - `pkgs/applications/editors/jupyter`, which is strictly simpler than JupyterWith. This will be expanded a lot. The main difficulties are going to be...
I have a version with both IPython and IHaskell working. Surprisingly, IHaskell was working in Nixpkgs, and I just had to mark it as not broken. I will proceed to...
Five kernels are building normally, three of them not: - iJavascript, seems to be a sandbox problem which we didn't see before - Juniper, it seems that it is not...
The idea of a flake is for it to be separated from Nixpkgs, so the ecosystem can be more decentralized. I still have to try to do it, to see...
Flakes allow to expose NixOS modules, so this should be possible. A reference: https://www.tweag.io/blog/2020-07-31-nixos-flakes/
Since #73 is closed, we can proceed with #72 and establish the set of extensions we want by default.
It seems that step 4 is not actually possible, at least as thought before. The reason for this is that Jupyter treats the JupyterLab folder as mutable - even enabling...
I cannot reproduce locally, also on NixOS and Firefox. Is this the first time you use JupyterWith? If not, try setting the commit to be sure to get the latest...