Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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
```