Data Science workgroup: Difference between revisions
imported>Ariutta Mentioned JupyterWith. Clarified that PR #49807 was not merged. |
Phanirithvij (talk | contribs) m fix old link with latest nixpkgs master link |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{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> | ||
Line 127: | Line 126: | ||
== Channels == | == Channels == | ||
[ | [https://matrix.to/#/#datascience:nixos.org #datascience:nixos.org on Matrix] | ||
== People == | == People == | ||
[[User:Ixxie|Ixxie]] | [[User:Ixxie|Ixxie]] |