Skip to content

Commit 6f1f150

Browse files
committed
Show command "jupyter" in compatibility checker as optional
1 parent 4fbf4e2 commit 6f1f150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/checkCompatibility.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ checkRequiredCommand "pip" "Python package installer (https://pip.pypa.io/en/sta
158158
icon=$(allOf "python" "pip" "jupyter")
159159
echo ""
160160
echo "${icon} Python reports dependencies (for ./analyze.sh --report Jupyter):"
161-
checkRequiredCommand "jupyter" "Jupyter Notebook (https://jupyter.org/) for interactive data analysis and visualization"
161+
# Since "jupyter" might only be available when the Python environment is activated, check for it only optionally
162+
checkOptionalCommand "jupyter" "Jupyter Notebook (https://jupyter.org/) for interactive data analysis and visualization (will be available when the Python environment is activated)"
162163

163164
# Check dependencies for visualization reports
164165
icon=$(oneOf "npx" "dot")

0 commit comments

Comments
 (0)