Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcrespov/maths-n-friends
Math & physics with friends
https://github.com/pcrespov/maths-n-friends
maths
Last synced: about 1 month ago
JSON representation
Math & physics with friends
- Host: GitHub
- URL: https://github.com/pcrespov/maths-n-friends
- Owner: pcrespov
- Created: 2019-06-02T16:26:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T20:33:50.000Z (about 1 year ago)
- Last Synced: 2024-10-16T01:29:00.170Z (3 months ago)
- Topics: maths
- Language: Jupyter Notebook
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math & Friends
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pcrespov/maths-n-friends.git/latest)
Repository of [jupyter] notebooks created around small math & physics problems discussed with good friends and (in the best case) even with solutions!
- Every folder is a different problem and normally contain one or more [jupyter] notebook with code (typically in [python3x]) and discussion notes, calculations, etc
- If you want to run them on your own machine (Linux/Mac)```cmd
git clone https://github.com/pcrespov/maths-n-friends.git
make devenv
make start
```
- If you want to run them online, just client [mybinder] badge above (I love badges BTW!)[jupyter]:https://jupyter.org
[mybinder]:https://mybinder.org/
[python3x]:https://docs.python.org/3/