File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070echo " Converting Panel apps to Pyodide worker output..."
7171export PYTHONPATH=" ${ROOT_DIR} /src:${PYTHONPATH:- } "
7272
73- # Use the full path for the requirements so the converter can find the file
73+ # Use clean, relative paths so Panel mirrors the directory structure correctly
7474" ${PYTHON_BIN} " -m panel convert \
75- " ${ROOT_DIR} / panel/simdec_app.py" \
76- " ${ROOT_DIR} / panel/sampling.py" \
75+ panel/simdec_app.py \
76+ panel/sampling.py \
7777 --to pyodide-worker \
78- --out " ${ROOT_DIR} / ${ OUT_DIR}" \
79- --requirements " ${ROOT_DIR} / ${ SIMDEC_WHEEL_PATH}" numpy pandas matplotlib seaborn scipy SALib \
80- --resources " ${ROOT_DIR} / panel/data/stress.csv"
78+ --out " ${OUT_DIR} " \
79+ --requirements " ${SIMDEC_WHEEL_PATH} " numpy pandas matplotlib seaborn scipy SALib \
80+ --resources panel/data/stress.csv
8181
8282# Copy custom index page and static assets
8383echo " Copying custom index page and static assets..."
You can’t perform that action at this time.
0 commit comments