mirror of
https://github.com/vacp2p/discv5-notebook.git
synced 2025-02-24 01:58:15 +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
|