From 2949f9a963295155367b8c1a5702491e4c7e4a10 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 31 Jan 2025 00:07:18 -0500 Subject: [PATCH] Infini-DL360/jupyter: add jupyter-server-proxy --- hosts/Infini-DL360/jupyter.nix | 1 + overlays/overrides.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/jupyter.nix b/hosts/Infini-DL360/jupyter.nix index a000633..3f1899b 100644 --- a/hosts/Infini-DL360/jupyter.nix +++ b/hosts/Infini-DL360/jupyter.nix @@ -50,6 +50,7 @@ in jupyterlab-pygments jupyterlab-vim jupyterlab-vpython + jupyter-server-proxy # export nbconvert diff --git a/overlays/overrides.nix b/overlays/overrides.nix index 28acd95..4d3c588 100644 --- a/overlays/overrides.nix +++ b/overlays/overrides.nix @@ -67,6 +67,7 @@ in jupyterlab-myst jupyterlab-vpython vpython-jupyter + jupyter-server-proxy ; qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {