From d17154fc5aa28b31559311fc680c1bf008e12836 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Wed, 3 Nov 2021 17:51:14 +0000 Subject: [PATCH] Move scripts to scripts and Jupyter to port 8081 --- requirements.txt | 4 ---- build-book.sh => scripts/build-book.sh | 0 jupyter.sh => scripts/jupyter.sh | 2 +- preview-book.sh => scripts/preview-book.sh | 0 push-book.sh => scripts/push-book.sh | 0 5 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 requirements.txt rename build-book.sh => scripts/build-book.sh (100%) rename jupyter.sh => scripts/jupyter.sh (94%) rename preview-book.sh => scripts/preview-book.sh (100%) rename push-book.sh => scripts/push-book.sh (100%) diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 141408f..0000000 --- a/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -jupyter-book -sphinx_inline_tabs -matplotlib -numpy diff --git a/build-book.sh b/scripts/build-book.sh similarity index 100% rename from build-book.sh rename to scripts/build-book.sh diff --git a/jupyter.sh b/scripts/jupyter.sh similarity index 94% rename from jupyter.sh rename to scripts/jupyter.sh index 901c38e..f67c182 100755 --- a/jupyter.sh +++ b/scripts/jupyter.sh @@ -18,4 +18,4 @@ python3 -m bash_kernel.install python3 -m pip install --upgrade jupyterlab-spellchecker -jupyter-lab --port=8080 +jupyter-lab --port=8081 diff --git a/preview-book.sh b/scripts/preview-book.sh similarity index 100% rename from preview-book.sh rename to scripts/preview-book.sh diff --git a/push-book.sh b/scripts/push-book.sh similarity index 100% rename from push-book.sh rename to scripts/push-book.sh