mirror of
https://github.com/vacp2p/discv5-notebook.git
synced 2025-02-23 01:28:12 +00:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
SHELL := /bin/bash
|
|
|
|
|
|
build:
|
|
jupyter nbconvert --to interact notebook.ipynb
|
|
mv notebook.html index.html
|
|
.PHONY: build
|