An open API service indexing awesome lists of open source software.

https://github.com/lovaslin/pybh-talk

Repository associated to the talk given in a meeting the 27th of September 2021.
https://github.com/lovaslin/pybh-talk

Last synced: 4 months ago
JSON representation

Repository associated to the talk given in a meeting the 27th of September 2021.

Awesome Lists containing this project

README

        

# pyBH-talk

The presentation is available in both slides (pdf format) and jupyter notebook.

## Instructions to run the notebook

You can click on [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lovaslin/pyBH-talk/main?filepath=talk.ipynb)

Or you can clone re repository and install all the requirements (in a clean environment preferably).
The dependencies can be installed with this command :
```
pip install -r binder/requirement.txt
```