Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/notebook-template


https://github.com/kdm9/notebook-template

Last synced: 11 days ago
JSON representation

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 today

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