Skip to content

Commit 1b35efa

Browse files
committed
moved configuration options to config file
1 parent 2145686 commit 1b35efa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

jupyterlite/Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
build:
2-
jupyter lite build --config=jupyter_lite_config.json --contents visualize_map.ipynb
3-
4-
serve:
5-
jupyter lite serve --config=jupyter_lite_config.json --contents visualize_map.ipynb
2+
jupyter lite build --config=jupyter_lite_config.json

jupyterlite/jupyter_lite_config.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"piplite_urls": [
44
"https://healpy.github.io/pyhealpy/dist/healpy-0.1.0-py3-none-any.whl"
55
]
6+
},
7+
"LiteBuildConfig": {
8+
"contents": ["visualize_map.ipynb","pixel_num.fits"],
9+
"output_dir": "../jup"
610
}
711
}

0 commit comments

Comments
 (0)