From 50f2d9d8c855d84e591065febb247b564589145b Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 22 Nov 2021 09:20:49 +0100 Subject: [PATCH] jupyter: fix configuration directory --- jupyter/{.config => .jupyter}/custom/custom.js | 0 jupyter/{.config => .jupyter}/nbconfig/notebook.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename jupyter/{.config => .jupyter}/custom/custom.js (100%) rename jupyter/{.config => .jupyter}/nbconfig/notebook.json (100%) diff --git a/jupyter/.config/custom/custom.js b/jupyter/.jupyter/custom/custom.js similarity index 100% rename from jupyter/.config/custom/custom.js rename to jupyter/.jupyter/custom/custom.js diff --git a/jupyter/.config/nbconfig/notebook.json b/jupyter/.jupyter/nbconfig/notebook.json similarity index 100% rename from jupyter/.config/nbconfig/notebook.json rename to jupyter/.jupyter/nbconfig/notebook.json