-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple minor issues the the walkthru #200
Comments
i am very distressed |
Please put in PRs for what you can. |
In python, ipython, and in a file. Kinda weird huh but seems others have same problem. -----Original Message----- i am very distressed %matplotlib inline failed as that is strait from the IPython folks... Are you copy-pasting into an ipython terminal or running the example as a notebook? |
the inline magic only works in the notebook and in the qtconsole, not in any of the things you tried. |
Sorry what does that mean Tom? I may need a like git training 😃 -----Original Message----- Please put in PRs for what you can. |
Okay but for someone starting out this is a real show stopper..... I don't even know what the notebook is that you refer to, or qtconsole. I'm on a Mac if that helps. I'm happy to edit some docs to help if you can get me started. -----Original Message----- the inline magic only works in the notebook and in the qtconsole, not in any of the things you tried. |
http://ipython.org/notebook.html @danielballan We need to add links to ipython notebook + instructions on how to use them to the docs someplace @RobWardNZ download the note book file from http://nbviewer.ipython.org/github/soft-matter/trackpy-examples/tree/master/notebooks/ and then run |
Thanks, Rob. Point taken. The notebooks is rocketing in popularity, but of course it is not universal. We will add a note advising users to use the notebook or skip the "%matplotlib inline". |
@RobWardNZ: I think @tacaswell meant that you should run Thanks for pointing out these issues! As @tacaswell suggested, the fastest way for some of them to be fixed is for you to just give us the edited files (preferably via a pull request). But we (the other contributors) are also just glad to be aware of them and will look for opportunities to address them. |
Oh, yeah meant 'folder', not 'file'. |
@RobWardNZ, thanks again for these generously detailed notes. Apologies for letting them linger so long. Point by point:
|
|
@caspervdw Can you check off the issues that you fixed in your recent PR? |
@danielballan done |
All of these have been addressed or opened as new separate issues on trackpy-examples. No remaining issues involve editing the source (including docstrings) of trackpy itself. |
Lots of easy documentation fixes......
I am using Yosemite (OS X 10.10)
On this page: http://soft-matter.github.io/trackpy/tutorial/walkthrough.html
as it require parentheses:
It complains about converting to greyscale.
Reading video frames will fail at this stage:
pip install av
This seems to work (py33) and does NOT require an "import av" to work with trackpy
and the page itself needs formatting to make it clearer. e.g. this is all on one line:
14 I have edited the text to look like this for my own purposes (except for change of appearance upon pasting):
Is it a max, min, average...? What is the default?
In water, a viscous material, the expected power-law exponent n=1. The value of A=4D, where D is the particles’ diffusivity. D is related to viscosity η, particle radius a, and temperature T as
D=kT6πηa.
For paritcles with a 1 μm diameter in room-temperature water, A≈1.74. Our value above is not far off.
TYPO in the above line: "particles".
[TAC edited to add markup]
The text was updated successfully, but these errors were encountered: