From 221b0528d0536ab9c58fa9631d544b2b9ebe1951 Mon Sep 17 00:00:00 2001 From: jnywong Date: Wed, 29 May 2024 12:24:31 +0100 Subject: [PATCH 1/2] Remove packages --- images/handbook-authoring-image/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/handbook-authoring-image/requirements.txt b/images/handbook-authoring-image/requirements.txt index fa704d0..0e17877 100644 --- a/images/handbook-authoring-image/requirements.txt +++ b/images/handbook-authoring-image/requirements.txt @@ -1,6 +1,5 @@ docutils==0.17.1 # see https://jupyterbook.org/en/stable/content/citations.html?highlight=docutils#citations-and-bibliographies jupyter-book -jupyterhub>=4.1.5 jupyterlab jupyterlab-iframe jupyterlab-git @@ -13,6 +12,5 @@ matplotlib nbgitpuller>=1.2.1 numpy nox -sphinxcontrib-mermaid sphinxext-rediraffe sphinx-intl From fe7742bc3035b544ed8bd4af4cde8ba0f46c1833 Mon Sep 17 00:00:00 2001 From: jnywong Date: Wed, 29 May 2024 12:26:01 +0100 Subject: [PATCH 2/2] Allows View > Show hidden files option and remove deprecated jupyter labextension install --- images/handbook-authoring-image/postBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/images/handbook-authoring-image/postBuild b/images/handbook-authoring-image/postBuild index 51ba0f7..da3e782 100644 --- a/images/handbook-authoring-image/postBuild +++ b/images/handbook-authoring-image/postBuild @@ -1,9 +1,6 @@ npm install -g mystmd -jupyter labextension install jupyterlab_iframe@^0.2 -jupyter serverextension enable --py jupyterlab_iframe - #config="c.JupyterLabIFrame.welcome = 'local://binder/landing.html'" -config="" +config="c.ContentsManager.allow_hidden = True" mkdir -p ~/.jupyter echo $config > ~/.jupyter/jupyter_notebook_config.py