Provide literally all latex stuff to jupyter
This commit is contained in:
parent
24ab6117f5
commit
b96767c94d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue