Jason K. Moore
Jason K. Moore
Can we make `examples/tu_delft_class` (choose better more informative name) and then one dir per problem `examples/tu_delft_class/hw01`? Then each problem dir can contain a notebook, the script, and the image. A...
NP, Like I said. I'll give you a hand with this too. I may not be able to get to it properly to till the weekend though.
Or should we just make a top level example directory for each problem? If the problems are independent from one another it migth be better to do that. We are...
I'm not sure yet how to deal with the kane examples. It would be nice to put that in a format that is more digestible without having the book. For...
Here is the nbviewer link to Oliver's work: http://nbviewer.ipython.org/github/oliverlee/pydy/blob/feature-reformat-tud-examples/examples/tu_delft_advanced_dynamics/hw2.2/hw2.2.ipynb
@oliverlee Looks great! Some notes: - If you use the string `phi` instead of ψ when defining your symbols, then they will be rendered properly in Python 2 or 3...
Were you able to get the source files from them? If they wrote these in LaTeX you can use pandoc to convert them to markdown...
@oliverlee here is my proposed method: http://nbviewer.ipython.org/github/moorepants/pydy/blob/jasons-example/examples/advanced_dynamics/hw3.ipynb I haven't formatted the math completely. If you can get the source files for the pdf docs, then we can autoconvert the whole...
@oliverlee So I used this `pandoc -o hw.md HW_AD_2.tex` on the tex file you sent me and it converts it to markdown which can then be more easily pasted into...
@oliverlee See the latest here: https://github.com/pydy/pydy/issues/44 Let's not try to convert all these to notebooks. We can leave them as scripts. We will support a script based example and notebook...