1
Fork 0

Provide literally all latex stuff to jupyter

This commit is contained in:
prescientmoon 2024-05-22 14:48:14 +02:00
parent 24ab6117f5
commit b96767c94d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -10,7 +10,7 @@ let
# }}}
in
{
systemd.services.jupyterhub.path = [ pkgs.texliveSmall ]; # LaTeX stuff is useful for matplotlib
systemd.services.jupyterhub.path = [ pkgs.texlive.combined.scheme-full ]; # LaTeX stuff is useful for matplotlib
services.jupyterhub = {
enable = true;