Skip to content

Commit

Permalink
Use lab interface for binder links (#217)
Browse files Browse the repository at this point in the history
* Use lab interface for binder links

* use current main branch of mknotebooks

* use current main branch of mknotebooks
  • Loading branch information
MridulS authored Mar 22, 2021
1 parent 743d3c9 commit dfbbb8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ plugins:
binder: true
binder_service_name: "gh"
binder_branch: "master"
binder_ui: "lab"

# Taken from here: https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
markdown_extensions:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter==1.0.0
matplotlib==3.3.4
mkdocs-material==7.0.6
mkdocs==1.1.2
mknotebooks==0.6.2
git+https://github.com/greenape/mknotebooks.git
nbconvert==6.0.7
networkx==2.5
numpy==1.20.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
conda install -c conda-forge mamba
conda env create -f environment.yml
conda activate nams || source activate nams
python -m pip install --no-deps mknotebooks
python -m pip install --no-deps git+https://github.com/greenape/mknotebooks.git
python -m pip install --no-deps .
python -m pip install .
conda install conda-pack
Expand Down

0 comments on commit dfbbb8a

Please sign in to comment.