aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5eb34a824ea3b23db190f75ce2f4967a4a67a195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# To run jupyter notebook run:

$ jupyter-notebook

# To generate html file from the notebook without executing cell content run:

$ jupyter nbconvert --to html <your file>

# To generate html file from the notebook executing cell content (they have to be runnable) run:

$ jupyter nbconvert --execute --to html <your file>

# Going to convert to MarkDown for storing in the database and write a template for it.

# Will dockerize app so that I can test CI-CD with Jenkins.