Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdm9/notebook-template
https://github.com/kdm9/notebook-template
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdm9/notebook-template
- Owner: kdm9
- Created: 2024-01-03T12:24:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T12:30:36.000Z (11 months ago)
- Last Synced: 2024-10-11T19:22:59.602Z (about 1 month ago)
- Language: CSS
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A computational notebook infrastructure
## Installation
First, make a templated fork of this repository in github
(). Then clone YOUR FORK to
somewhere you want a notebook. I highly recommend you use git annex, so `git
annex init` now if you want to use it. Also, `pip install -r
.resources/requirements.txt` will set up the required python deps. You will
also need pandoc, ideally version 3.## Usage:
```bash
# Create a directory
./new A title for todaycd
vim index.md
# Write something
cd ..# Now compile it
make all# if you have caddy installed, you can browse it nicely with:
make serve #unfortunately doesn't live update it
```