ehmatthes / intro_programming

A set of IPython notebooks and learning resources for an Introduction to Programming class, focusing on Python.
MIT License
396 stars 198 forks source link

Make OS-specific sections collapsible? #152

Open ehmatthes opened 7 years ago

ehmatthes commented 7 years ago

If there end up being different sections, consider a selector at the top that people can select their OS, or the OS they're focusing on, and only show those sections.

Don't just detect the OS and use that, because someone might be reading on one OS to learn about another.