We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbf4e2 commit 25fe131Copy full SHA for 25fe131
scripts/checkCompatibility.sh
@@ -158,7 +158,8 @@ checkRequiredCommand "pip" "Python package installer (https://pip.pypa.io/en/sta
158
icon=$(allOf "python" "pip" "jupyter")
159
echo ""
160
echo "${icon} Python reports dependencies (for ./analyze.sh --report Jupyter):"
161
-checkRequiredCommand "jupyter" "Jupyter Notebook (https://jupyter.org/) for interactive data analysis and visualization"
+# 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"
163
164
# Check dependencies for visualization reports
165
icon=$(oneOf "npx" "dot")
0 commit comments