Skip to content

Commit

Permalink
moved configuration options to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 24, 2024
1 parent 2145686 commit 1b35efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions jupyterlite/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
build:
jupyter lite build --config=jupyter_lite_config.json --contents visualize_map.ipynb

serve:
jupyter lite serve --config=jupyter_lite_config.json --contents visualize_map.ipynb
jupyter lite build --config=jupyter_lite_config.json
4 changes: 4 additions & 0 deletions jupyterlite/jupyter_lite_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"piplite_urls": [
"https://healpy.github.io/pyhealpy/dist/healpy-0.1.0-py3-none-any.whl"
]
},
"LiteBuildConfig": {
"contents": ["visualize_map.ipynb","pixel_num.fits"],
"output_dir": "../jup"
}
}

0 comments on commit 1b35efa

Please sign in to comment.