Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 658 Bytes

Python environment with a requirements.txt

Binder

A Binder-compatible repo with a requirements.txt file.

Access this Binder at the following URL

http://mybinder.org/v2/gh/binder-examples/requirements/master

https://mybinder.org/v2/gh/silviamazzoni/eSEESmini_OpenSeesElasticFrameStaticAnalysis/HEAD?filepath=eSEESmini_OpenSeesElasticFrameStaticAnalysis_workbook.ipynb

Notes

The requirements.txt file should list all Python libraries that your notebooks depend on, and they will be installed using:

pip install -r requirements.txt