Data Science workgroup: Difference between revisions
imported>0x4A6F No edit summary |
No edit summary |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{delete|reason=This workgroup may no longer be active. Last substantial page edit before import.}}{{outdated|Other than site-wide fixes, this page has not seen recent updates.}} | |||
This workgroup is dedicated towards improving the state of the data science stack in Nixpkgs. This includes work on packages and modules for scientific computation, artificial intelligence and data processing, as well as data science IDEs. | This workgroup is dedicated towards improving the state of the data science stack in Nixpkgs. This includes work on packages and modules for scientific computation, artificial intelligence and data processing, as well as data science IDEs. | ||
=== JupyterLab === | === JupyterLab === | ||
Line 60: | Line 59: | ||
# labextensions | # labextensions | ||
${pkgs | ${pkgs.lib.concatMapStrings | ||
(s: "jupyter labextension install --no-build --app-dir=$TEMPDIR ${s}; ") | (s: "jupyter labextension install --no-build --app-dir=$TEMPDIR ${s}; ") | ||
(pkgs.lib.unique | (pkgs.lib.unique | ||
Line 89: | Line 88: | ||
with such highlights as | with such highlights as [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/development/jupyter/default.nix Jupyter kernels written in Nix]: | ||
{{file|./modules/datasci.nix|nix|<nowiki> | {{file|./modules/datasci.nix|nix|<nowiki> |