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
docker exec -t colab /bin/bash -c "set -o xtrace && set -o errexit && set -o pipefail && set -o nounset && set +o errexit && cd content/ && papermill /content/notebooks/getting_started/${nb}.ipynb /content/test/outputs/output_${nb}.ipynb && set -o errexit && ls -A || echo \"The previous command has some errors..Continuing\""
92
+
docker exec -t colab /bin/bash -c "set -o xtrace && set -o errexit && set -o pipefail && set -o nounset && set +o errexit && cd content/ && papermill /content/notebooks/getting_started/${nb}.ipynb /content/test/outputs/output_${nb}.ipynb && set -o errexit && ls -A""
Copy file name to clipboardExpand all lines: test/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This GitHub repository uses a GitHub Actions workflow to check if getting starte
4
4
5
5
# Status
6
6
7
-
[](https://github.com/vkt1414/track-colab-env/actions/workflows/test_colab.yml)
7
+
[](https://github.com/ImagingDataCommons/IDC-Tutorials/actions/workflows/test_colab.yml)
0 commit comments