Sahil Shekhawat
Sahil Shekhawat
Yes, using all joitns together will be a good to test all components of my API together. Also, the tests that I have can be used for individual joints.
Jason, I looked to simbody and they mention here: https://simtk.org/api_docs/simbody/latest/classSimTK_1_1MobilizedBody_1_1Ball.html#details > Three mobilities – unrestricted orientation modeled with a quaternion which is never singular. I have completed all other joints...
This would be nice.. if implemented. There is a GSoC proposal about NLP too. :+1:
Yeah!, It will be nice to have such a thing. We can actually render the ipython notebook in html format rather than the notebooks' page and we can also have...
I'm with you David. Thanks for the advice. I was trying for nbconvert and pandoc but i think i will go by your way now.
I think that instead of exporting to gist we can give the json file a url and after that give the link to nbviewer which renders that json file and...
Nice!! :+1: i can try to fix them and include them into my current pull request..... i think our sympy gamma is going to be awesome...its just the beginning.
I was just wondering that do we need to include copyable plain text when the user can have entire result as IPython Notebook? ...i mean that do we need to...
David, i was trying to make gamma plot the series expansions but for some reason it is always calculating series expansion around 0 only. for e.g. series(sin(x), x, pi/2) (Given...
I have seen it, it says that it just represents every series in terms of x only and one have to think x as (x-x0)....but their plots will be the...