File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
AI-and-Analytics/Getting-Started-Samples
IntelPython_XGBoost_GettingStarted
IntelPython_daal4py_GettingStarted
Intel_Extension_For_SKLearn_GettingStarted Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
85
85
86
86
If the default path is used during the installation of AI Tools:
87
87
```
88
- $HOME/intel/oneapi/intelpython/envs/base/ bin/python -m ipykernel install --user --name=base
88
+ $HOME/intel/oneapi/intelpython/bin/python -m ipykernel install --user --name=base
89
89
```
90
90
If a non-default path is used:
91
91
```
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
94
94
95
95
If the default path is used during the installation of AI Tools:
96
96
```
97
- $HOME/intel/oneapi/intelpython/envs/base/ bin/python -m ipykernel install --user --name=base
97
+ $HOME/intel/oneapi/intelpython/bin/python -m ipykernel install --user --name=base
98
98
```
99
99
If a non-default path is used:
100
100
```
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
87
87
88
88
If the default path is used during the installation of AI Tools:
89
89
```
90
- $HOME/intel/oneapi/intelpython/envs/base/ bin/python -m ipykernel install --user --name=base
90
+ $HOME/intel/oneapi/intelpython/bin/python -m ipykernel install --user --name=base
91
91
```
92
92
If a non-default path is used:
93
93
```
You can’t perform that action at this time.
0 commit comments