Skip to content

Commit

Permalink
Merge pull request #87 from jnywong/update-handbook-image
Browse files Browse the repository at this point in the history
Update handbook authoring image
  • Loading branch information
jnywong authored May 29, 2024
2 parents 5ccc37e + 33cc748 commit 44fdea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions images/handbook-authoring-image/postBuild
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions images/handbook-authoring-image/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,6 +12,5 @@ matplotlib
nbgitpuller>=1.2.1
numpy
nox
sphinxcontrib-mermaid
sphinxext-rediraffe
sphinx-intl

0 comments on commit 44fdea3

Please sign in to comment.