Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidberenstein1957/a-nerds-actual-cookbook
A nerd's actual cookbook!
https://github.com/davidberenstein1957/a-nerds-actual-cookbook
Last synced: 10 days ago
JSON representation
A nerd's actual cookbook!
- Host: GitHub
- URL: https://github.com/davidberenstein1957/a-nerds-actual-cookbook
- Owner: davidberenstein1957
- License: apache-2.0
- Created: 2021-09-01T20:01:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T18:35:35.000Z (over 3 years ago)
- Last Synced: 2024-12-13T19:09:18.450Z (29 days ago)
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A nerds actual cookbook 🤓🍳📕
**How to cite?**
```
@misc{??,
title = "??",
author = "David Berenstein",
journal = "[email protected]",
year = "2021",
url = "??"
}
```## Technical details
### How to build```
jupyter-book clean .
jupyter-book build .
```### How to re-publish
```
cd ..
ghp-import -n -p -f _build/html
```