We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6ed8ba + fe857e7 commit 1087ce4Copy full SHA for 1087ce4
2 files changed
AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/requirements.txt
@@ -0,0 +1,2 @@
1
+matplotlib
2
+modin[all]
AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted/sample.json
@@ -14,7 +14,7 @@
14
"id": "Intel_Modin_GS_py",
15
"steps": [
16
"source /intel/oneapi/intelpython/bin/activate",
17
- "pip install matplotlib modin[all]",
+ "pip install -r requirements.txt",
18
"pip install jupyter ipykernel",
19
"jupyter nbconvert --ExecutePreprocessor.enabled=True --to notebook Modin_GettingStarted.ipynb"
20
]
0 commit comments