https://github.com/bkowshik/engram
An engram is the physical trace a memory leaves in the brain. This is where I store what I learn.
https://github.com/bkowshik/engram
brain-computer-interface neuroai
Last synced: 7 days ago
JSON representation
An engram is the physical trace a memory leaves in the brain. This is where I store what I learn.
- Host: GitHub
- URL: https://github.com/bkowshik/engram
- Owner: bkowshik
- Created: 2026-06-16T08:43:02.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-06-24T04:47:44.000Z (11 days ago)
- Last Synced: 2026-06-24T06:25:51.911Z (11 days ago)
- Topics: brain-computer-interface, neuroai
- Language: Jupyter Notebook
- Homepage: https://bkowshik.github.io/engram/
- Size: 3.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# engram
An *engram* is the physical trace a memory leaves in the brain — so this is where I store what I learn.
📖 **Published site:** https://bkowshik.github.io/engram
## Workflow
The build **never executes notebooks** — it renders the outputs already saved inside each `.ipynb` (`execute: enabled: false`). So the runner needs no Python, no dependencies, and never downloads datasets.
That means: **run a notebook (locally or in Colab), save it with its outputs, then commit.** A notebook committed without outputs will render with no figures.
```bash
quarto preview # live preview while editing (renders saved outputs)
git add .
git commit -m "Add notebook"
git push
```
Pushing to `main` triggers the Action, which publishes to the `gh-pages` branch → GitHub Pages.