Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRunning demo notebook on MyBinder #147
Comments
|
Neat idea. I've been meaning to try Mybinder out. Will try to run through the above steps soon and see how it goes. |
I had a quick go at trying to run this repo, and in particular the
ffmpeg-numpy.ipynbnotebook, using MyBinder, and it seemed to work with the following setup:requirements.txtto egrequirements-dev.pyrequirements.txtcontaining:apt.txtcontaining:It would probably be cleaner to put these files into a
binder/directory (as per Mybinder docs) but then I don't think theffmpegsetup.pywould run unless you called it with a correct path from abinder/postBuildfile?