Jason K. Moore

Results 1409 comments of Jason K. Moore

See @MicheleShi's note here: https://github.com/moorepants/resonance/issues/168#issuecomment-363327290

It may be worth noting that they only had to construct an animation in the first or second homework. Other than that I provided animations. But they did at least...

Extra note: > In “Tour de JupyterHub” Section, include screenshot of Jupyter tab directory. Showing the Jupyter interface may be more important that showing the UC Davis login screen, especially...

From #159: > Notebook 1 is sort of a mix of intro to Jupyter notebooks and intro to JupyterHub. The JupyterHub-specific stuff should maybe be moved to the course website....

@greg1877 FYI, just noticed this old issue that is related to some of the current things you are facing with the student's use of nbgrader notebooks.

I think that this would incur a speed penalty though.

This doesn't seem to work because we rely on the functions argument names to stay in tact. `vectorize()` seems to muck with the argument names.

Notes take by Jason (and others?) while chatting with Shubankar: - only saw design in the milineimum bridge in the homework and in project. should have gotten to taipei notebook,...

Rounding doesn't seem to help, but this seems to be reliable: ```python def test_book_on_cup_system(): # This test ensures the the method of indexing data frames by floating # points always...

But this isn't reliable: ```python def test_book_on_cup_system(): # This test ensures the the method of indexing data frames by floating # points always works. Note that traj.loc[v:v] works but traj.loc[v]...