-
Notifications
You must be signed in to change notification settings - Fork 8.6k
minor fixes #222
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
minor fixes #222
Conversation
d-kleine
commented
Jun 18, 2024
- improved GH issues template (labels must be array-like)
- ch07: fixed typo "evalyate" - "evaluate"
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks for the PR! I am wondering about the |
|
f07f787
to
8b1ee68
Compare
Yeah, doesn't make sense. I think one of my extensions is broken. |
BTW I also checked the wget command for the Issues template. Might be problematic for Windows users as they need to install wget separately. Worked for me with
( |
Also the |
Thanks, these are good points. Just fixed these things for Windows (and made the subfolder thing work). |