Skip to content

Commit dfbbb8a

Browse files
authored
Use lab interface for binder links (#217)
* Use lab interface for binder links * use current main branch of mknotebooks * use current main branch of mknotebooks
1 parent 743d3c9 commit dfbbb8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ plugins:
5656
binder: true
5757
binder_service_name: "gh"
5858
binder_branch: "master"
59+
binder_ui: "lab"
5960

6061
# Taken from here: https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
6162
markdown_extensions:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter==1.0.0
55
matplotlib==3.3.4
66
mkdocs-material==7.0.6
77
mkdocs==1.1.2
8-
mknotebooks==0.6.2
8+
git+https://github.com/greenape/mknotebooks.git
99
nbconvert==6.0.7
1010
networkx==2.5
1111
numpy==1.20.1

scripts/ci/build_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
conda install -c conda-forge mamba
33
conda env create -f environment.yml
44
conda activate nams || source activate nams
5-
python -m pip install --no-deps mknotebooks
5+
python -m pip install --no-deps git+https://github.com/greenape/mknotebooks.git
66
python -m pip install --no-deps .
77
python -m pip install .
88
conda install conda-pack

0 commit comments

Comments
 (0)