We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdfb61 commit fa3e43aCopy full SHA for fa3e43a
pixi.toml
@@ -26,5 +26,5 @@ rich = ">=11"
26
27
[tasks]
28
lab = "jupyter lab"
29
-book = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --execute --strict"
30
-pdf = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --pdf --execute --strict"
+book = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --execute"
+pdf = "python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter-book build --pdf --execute"
0 commit comments