From 787b98d19a4dfe0b5e7e5e3db5a6608c9d30598a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 16 Feb 2023 15:33:35 +0100 Subject: allow running jupyter notebook as root --- root/.bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/root/.bash_aliases b/root/.bash_aliases index de65618..531b643 100644 --- a/root/.bash_aliases +++ b/root/.bash_aliases @@ -5,3 +5,4 @@ function register () { alias r=R alias R="R --quiet" alias jupyter-server="jupyter-server --allow-root" +alias jupyter-notebook="jupyter-notebook --allow-root" -- cgit v1.2.3