-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fix kernel issue #229
Fix kernel issue #229
Conversation
tpike3
commented
Aug 19, 2024
- updates jupyter meta data to python3
- ensures ipykernel in docs dependencies
- ensure upstream is python kernel
changed default kernel
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #229 +/- ##
==========================================
+ Coverage 78.21% 78.30% +0.08%
==========================================
Files 10 9 -1
Lines 693 765 +72
Branches 151 173 +22
==========================================
+ Hits 542 599 +57
- Misses 127 131 +4
- Partials 24 35 +11 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes Readthedocs is green!
(I always only approve on PRs, I will leave the merge to you or boyu, so you can merge the way you want)
update nbsphinx to prevent run
improve visual of intro tutorial
OK, after some trial and error I got the tutorial so it looks more visually appealing and gets rid of a lot of the noise. Ready to merge. |