jupyenv icon indicating copy to clipboard operation
jupyenv copied to clipboard

add examples for mach-nix and conda

Open DavHau opened this issue 5 years ago • 1 comments

Add two examples on how to create a python environment from:

  • requirements.txt (using mach-nix 3.0.2)
  • environment.yml (using mach-nix conda-beta)

DavHau avatar Nov 22 '20 18:11 DavHau

I'm quite sure that the checks fail because of an outdated cachix/install-nix-action

DavHau avatar Dec 03 '20 07:12 DavHau

In next branch (which is currently under heavy development) all default kernels are packages with poetry2nix, but there is a planned way to use any other *2nix tool for the environment. We plan to document the shit out the internal API and how to write and extend kernels. Documentation will be added as part of #262 issue and we would love if somebody could test it and write a python kernel using mach-nix.

For now I'm closing this PR, but thank you for putting the effort into it. I hope new API will actually make it easier to extend jupyterWith.

garbas avatar Aug 17 '22 19:08 garbas