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