Data Science workgroup: Difference between revisions
imported>0x4A6F No edit summary |
imported>Precise Librarian m "stdenv.lib" has been removed in favor of just "lib" |
||
Line 60: | Line 60: | ||
# 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 |