You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Execute notebooks to generate outputs for MyST
58
61
shell: bash -l {0}
59
62
run: |
60
63
conda activate quantlab
64
+
# Verify kernel is available
65
+
echo "Available kernels:"
66
+
jupyter kernelspec list
67
+
61
68
# Execute notebooks to populate outputs for MyST rendering
62
69
# Only execute notebooks that need outputs
63
70
jupyter nbconvert --execute --inplace --to notebook notebooks/Heston_Model_Calibration_Pricing_Hedging.ipynb || echo "Heston notebook not found or not executed"
0 commit comments