-
Notifications
You must be signed in to change notification settings - Fork 80
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
MRG: fix tutorial notebook links #2633
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #2633 +/- ##
==========================================
+ Coverage 85.26% 92.83% +7.57%
==========================================
Files 133 104 -29
Lines 15157 12389 -2768
Branches 2612 2612
==========================================
- Hits 12923 11501 -1422
+ Misses 1933 587 -1346
Partials 301 301
Flags with carried forward coverage won't be shown. Click here to find out more. see 29 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ready for review & merge, @sourmash-bio/devs ! |
…o fix/tutorial-nb
bump @ccbaumler @bluegenes |
The binder do not launch to the notebooks. |
thanks! fixed in 0e17b6e. |
ok! This should be ready for review again, @ccbaumler - thx :) |
oh, sorry, didn't see the latest comments! please hold :) |
Co-authored-by: ccbaumler <63077899+ccbaumler@users.noreply.github.com>
ready @ccbaumler ! |
LGTM |
thank you!! |
Fixes #2604
This PR fixes links to binder tutorials that apparently have been broken since 2020 😱 , when the docs were switched over to myst-parser in #1021.
To be fair, it's the kind of subtle bug that would leave users scratching their head going "maybe it's me?" - the links simply went back to the tutorial page... not sure why they weren't flagged by sphinx or myst-parser as being bad!?
This PR also updates environment.yml to properly build:
ref #2503 for why specifying the minimum sourmash and/or python versions can be important!
And, finally, I ran and fixed all the notebooks...
Note: I confirmed that this branch launches properly in binder. The URL is: https://mybinder.org/v2/gh/sourmash-bio/sourmash/fix/tutorial-nb