From af575a93be7de4785cae8599cb71aaaee94e7b2a Mon Sep 17 00:00:00 2001 From: Christoph Schranz Date: Thu, 28 Jan 2021 10:52:25 +0100 Subject: [PATCH] change salt and default password to gpu-jupyter --- .build/jupyter_notebook_config.json | 2 +- src/jupyter_notebook_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/jupyter_notebook_config.json b/.build/jupyter_notebook_config.json index d7d0959..b9846a3 100755 --- a/.build/jupyter_notebook_config.json +++ b/.build/jupyter_notebook_config.json @@ -1,6 +1,6 @@ { "NotebookApp": { - "password": "sha1:e49e73b0eb0e:32edae7a5fd119045e699a0bd04f90819ca90cd6" + "password": "sha1:3b4b6378355:642693b20f0a33bcad27b94293d0ed7db3408322" } } diff --git a/src/jupyter_notebook_config.json b/src/jupyter_notebook_config.json index d7d0959..b9846a3 100644 --- a/src/jupyter_notebook_config.json +++ b/src/jupyter_notebook_config.json @@ -1,6 +1,6 @@ { "NotebookApp": { - "password": "sha1:e49e73b0eb0e:32edae7a5fd119045e699a0bd04f90819ca90cd6" + "password": "sha1:3b4b6378355:642693b20f0a33bcad27b94293d0ed7db3408322" } }