We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff55fe + 08e5893 commit 155e26fCopy full SHA for 155e26f
.github/workflows/run_notebooks.yml
@@ -22,6 +22,6 @@ jobs:
22
echo "Run docker/work/${f}"
23
24
# 「UsageError: %%sql is a cell magic, but the cell body is empty. Did you mean the line magic %sql (single %)? 」を許容するため、UsageErrorを許容する設定にしている
25
- docker-compose exec -T notebook bash -c "cd work && jupyter nbconvert --to notebook --debug --NotebookClient.allow_error_names UsageError --execute ${f}"
+ docker compose exec -T notebook bash -c "cd work && jupyter nbconvert --to notebook --debug --NotebookClient.allow_error_names UsageError --execute ${f}"
26
echo
27
done
0 commit comments