-
-
Notifications
You must be signed in to change notification settings - Fork 807
Adding solutions to instructor notes #99
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
Conversation
* upstream/gh-pages: regenerating html adding ipythonblocks show_color example to fix last FIXME Removing redundant challenges and regenerating HTML Update 01-numpy.md Minor typo: lead -> load Update 01-numpy.md Fixing typo in N squared spelling fix: concatention -> concatenation consistent capitalization of Python Typo
|
@tbekolay @abostroem: This is ready for a look now -- I haven't done the solutions for the command-line section but won't have time to get to that for a while. I can fix small problems in the earlier sections, though, and have addressed all the comments above. |
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.
I'd like to put all outputs in the the output CSS class ~~~{.output}
|
Thanks @PBarmby these are a great start! |
* upstream/py3k: (29 commits) Removing last references to motivational material and regenerating HTML Removed references to motivation.md and motivation.html Removing support for motivational slideshows Removing Legend from required headings Cleaning up instructions about committing Markdown and not HTML Updating links to issues, template, example Typo Typo Modifying page template so that main title links to home page. Small fix to make answers to challenge appear correctly Added 'in the notebook' Deleted analyze challenge Edited formatting Removed abbreviated library names Added matplotlib.pyplot and matplotlib inline Regenerate HTML Switched to active verbs Regenerate HTML Regenerate HTML Regenerate HTML ...
|
Sorry to have taken so long in getting back to this. @abostroem, is it useful for me to try and finish this by making the changes you suggested above, or does the switch to Python 3 mean I should start over? Which branch should I submit the PR against? |
|
@PBarmby Please continue to work on this and submit the PR to the gh-pages branch. Once we have merged it we can update it to Python 3. It should mostly affect the print statements. How does that sound @tbekolay? I merged a number of outstanding PR. I think it was mostly modifications on to the wording of some of the exercises - but please make sure your solution match the current set of exercises. Thank you so much for working on this - it is so important for instructors |
|
Closing this as it's replaced by #144. |
Addresses #85. Still a work in progress, so please don't merge yet. Just looking for confirmation that solutions here seem reasonable as far as formatting and content.