Data Science workgroup: Difference between revisions
imported>Ixxie No edit summary |
imported>Ixxie No edit summary |
||
| Line 10: | Line 10: | ||
with such highlights as @aborsu's [https://github.com/aborsu/nixpkgs/blob/22ef965da38cc5e3457fe2d848b8a789cb6ad207/nixos/modules/services/development/jupyter/default.nix Jupyter kernels written in Nix]: | with such highlights as @aborsu's [https://github.com/aborsu/nixpkgs/blob/22ef965da38cc5e3457fe2d848b8a789cb6ad207/nixos/modules/services/development/jupyter/default.nix Jupyter kernels written in Nix]: | ||
< | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
python3kernel = let | python3kernel = let | ||
| Line 35: | Line 35: | ||
logo64 = "$ {env.sitePackages}/ipykernel/resources/logo-64x64.png"; | logo64 = "$ {env.sitePackages}/ipykernel/resources/logo-64x64.png"; | ||
}; | }; | ||
</ | </nowiki>}} | ||
and libraries: | and libraries: | ||