File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : |
2525 conda install anaconda
2626 pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
27+ - name : Install Jax [CPU]
28+ shell : bash -l {0}
29+ run : |
30+ pip install "jax[CPU]"
2731 - name : Build Lectures (+ Execution Checks)
2832 shell : bash -l {0}
2933 run : jb build lectures --path-output=./ -W --keep-going
Original file line number Diff line number Diff line change 2424 run : |
2525 conda install anaconda
2626 pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
27+ - name : Install Jax [CPU]
28+ shell : bash -l {0}
29+ run : |
30+ pip install "jax[CPU]"
2731 - name : Build Lectures (+ Execution Checks)
2832 shell : bash -l {0}
2933 run : jb build lectures --path-output=./ -W --keep-going
Original file line number Diff line number Diff line change 2929 conda install -c numba llvmlite
3030 pip install jupyter-book
3131 pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
32+ - name : Install Jax [CPU]
33+ shell : bash -l {0}
34+ run : |
35+ pip install "jax[CPU]"
3236 - name : Build Lectures (+ Execution Checks)
3337 shell : powershell
3438 run : jb build lectures --path-output=./ -W --keep-going
You can’t perform that action at this time.
0 commit comments