You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the python intro course I found a nice preprocessor which can strip notebook cells that contain a certain string (e.g. # solution). This could be used to have notebooks with and without solutions. Might need some changes to the structure of the project.
For the python intro course I found a nice preprocessor which can strip notebook cells that contain a certain string (e.g.
# solution
). This could be used to have notebooks with and without solutions. Might need some changes to the structure of the project.https://git.iac.ethz.ch/ip_python/ip_python/-/blob/main/intro/strip_solutions
Code under details.
The text was updated successfully, but these errors were encountered: