Skip to content

Commit

Permalink
Moving environment.yml for binder (#52)
Browse files Browse the repository at this point in the history
* Moving environment.yml for binder

Thanks to the friendly help over here:

https://discourse.jupyter.org/t/binder-spawn-failed/27538/3

* Adding aiohttp

In this notebook:

https://github.com/atlas-outreach-data-tools/notebooks-collection-opendata/blob/master/13-TeV-examples/uproot_python/HZZAnalysis.ipynb

We require aiohttp and say that the install lines aren't necessary on
mybinder, so we should make sure the package is included in our setup.

---------

Co-authored-by: Zach Marshall <[email protected]>
  • Loading branch information
zlmarshall and Zach Marshall authored Aug 13, 2024
1 parent 408c95a commit 1b961c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions environment.yml → binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- matplotlib
- lmfit
- scikit-learn
- aiohttp
- pip:
- vector
- jupyterlab_latex
- vector
- jupyterlab_latex

0 comments on commit 1b961c2

Please sign in to comment.