Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lab interface for binder links #217

Merged
merged 3 commits into from
Mar 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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