csdms / ivy

Course material on scientific software development for researchers in earth and planetary surface processes
https://csdms.colorado.edu
Other
75 stars 58 forks source link

Hide solution code in diffusion and advection notebooks #118

Open mdpiper opened 1 year ago

mdpiper commented 1 year ago

It would be good to hide the solution code in the Python diffusion and advection notebooks, similar to what @mcflugen has done in the Landlab notebooks; e.g.:

Click for a solution ```python # Visualize links plot_graph(rmg, at="link") ```

This will give students a chance to reason out solutions on their own, then compare with our suggested solutions.