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.
- Host: GitHub
- URL: https://github.com/lovaslin/pybh-talk
- Owner: lovaslin
- License: bsd-3-clause
- Created: 2021-09-25T12:38:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T10:50:39.000Z (over 3 years ago)
- Last Synced: 2025-01-03T02:36:21.250Z (6 months ago)
- Language: Jupyter Notebook
- Size: 917 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [](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
```