-
Notifications
You must be signed in to change notification settings - Fork 2
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
Climate template update #15
Conversation
updated many parts
Cma update tutorial template
@OhadZivan @jlpearso I created a new branch on the repo, and merged your forked branch into it. This way the workflow can run. It was trying to run, looking for a branch that doesnt exist. We will need to have contributors create branches on the main repo or do it this way. |
Sounds good! Whatever is easiest to keep our user numbers manageable is fine by me. :) |
@iamzoltan looking over the code report, is it a problem that there are 65 violations in pycodestyle? How does this compare with the previous version of the template minus our edits? comparing the instructor to student notebooks I don't see any major issues but note when I do hit the 'click for solution' links in the student version it takes me to a 404 for exercise solutions and explanations except for the very last one. Wanted to make sure this is expected behavior. Can you comment on if the feedback gadget is working? It doesn't produce anything in these notebooks and clicking didn't seem to work in the book before either. Same thing for the air table for the discussion section towards the bottom. The code remains the same and doesn't produce anything. How might we use this feature as it seems like it could be a valuable tool for TAs? |
I've got more technical questions. only thing I agree with is the semicolon 😆 |
PEP8 is a guideline for python styling. In general, code you find in most libs or FOSS projects will follow that styling. It is not necessary for the function of python or our books, but it is generally preferred in the python community and makes reading code much easier. |
as long as it's not mandatory |
@iamzoltan can you comment on these things as well please when you have time?
|
@jlpearso I am not sure which solutions you are talking about. when I click for them I get directed to the correct place. can you share a specific link? |
@iamzoltan weird they work for me now! |
this branch was created to test the process notebook workflow.