File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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/
6162markdown_extensions :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jupyter==1.0.0
55matplotlib == 3.3.4
66mkdocs-material == 7.0.6
77mkdocs == 1.1.2
8- mknotebooks == 0.6.2
8+ git+https://github.com/greenape/ mknotebooks.git
99nbconvert == 6.0.7
1010networkx == 2.5
1111numpy == 1.20.1
Original file line number Diff line number Diff line change 22conda install -c conda-forge mamba
33conda env create -f environment.yml
44conda 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
66python -m pip install --no-deps .
77python -m pip install .
88conda install conda-pack
You can’t perform that action at this time.
0 commit comments