Skip to content
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

Missing imports #5

Open
psychemedia opened this issue Aug 3, 2016 · 2 comments
Open

Missing imports #5

psychemedia opened this issue Aug 3, 2016 · 2 comments

Comments

@psychemedia
Copy link

Hi - the notebook almost but doesn't quite run on mybinder - the following bits are required:

%matplotlib inline

from numpy import ones
from matplotlib.pyplot import *

!pip install control
!conda install -y -c http://conda.binstar.org/cwrowley slycot 

ffmpeg also needs installing - which I think could be done via a Dockerfile? (The pip and conda installs could also be handled that way).

@moorepants
Copy link
Collaborator

Thanks for the report. I doubt we will update this repo, as it was written to go along with a paper published 3+ years ago. You may want to track the equivalent example in the pydy repo: https://github.com/pydy/pydy/tree/master/examples/npendulum which stays up-to-date with changes in the software dependencies.

@moorepants
Copy link
Collaborator

Also you can likely install ffmepg with conda: https://anaconda.org/search?q=ffmpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants