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

Running demo notebook on MyBinder #147

Open
psychemedia opened this issue Dec 7, 2018 · 1 comment
Open

Running demo notebook on MyBinder #147

psychemedia opened this issue Dec 7, 2018 · 1 comment

Comments

@psychemedia
Copy link

@psychemedia psychemedia commented Dec 7, 2018

I had a quick go at trying to run this repo, and in particular the ffmpeg-numpy.ipynb notebook, using MyBinder, and it seemed to work with the following setup:

  • rename requirements.txt to eg requirements-dev.py
  • create requirements.txt containing:
matplotlib
pillow
graphviz
  • create apt.txt containing:
ffmpeg
graphviz

It would probably be cleaner to put these files into a binder/ directory (as per Mybinder docs) but then I don't think the ffmpeg setup.py would run unless you called it with a correct path from a binder/postBuild file?

@kkroening
Copy link
Owner

@kkroening kkroening commented Dec 15, 2018

Neat idea. I've been meaning to try Mybinder out. Will try to run through the above steps soon and see how it goes.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.