David Ketcheson

Results 100 issues of David Ketcheson

One can use `\newcommand` in a Jupyter notebook to define a macro, by putting it inside a math environment; e.g. ``` $$\newcommand{\bigO}{{\mathcal O}}$$ ``` However, the conversion to Latex naturally...

Since this project is incompatible with the packages that almost everyone is running nowadays, it would be really nice to add a pointer to http://nbdime.readthedocs.io/ in the repo description or...

Some lines in commands.py try to throw this, but it doesn't exist in IPython 2.1.0.

This is a small typo I found while teaching recently.

In order to make the PDF look right (without unwanted paragraph breaks), many equations should be inserted without a blank line before or after them. But in the notebook this...

Following up on our discussion about font sizes and such in plots: matplotlib supports custom styles, and we can define our own. It's a bit unclear how to distribute a...

This is not fully working yet. We're transitioning away from using Travis, and also from nose (which is no longer supported).

Currently the defaults in pyclaw are `solver.dimensional_split = False` and `solver.transverse_waves=1/2` in 2D/3D. These don't match the defaults in Clawpack, which are to use the unsplit algorithm with `transverse_waves=2`. It...

Second try.

Don't merge yet; I am testing this.