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
8585
8686If the default path is used during the installation of AI Tools:
8787```
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
8989```
9090If a non-default path is used:
9191```
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
9494
9595If the default path is used during the installation of AI Tools:
9696```
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
9898```
9999If a non-default path is used:
100100```
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
8787
8888If the default path is used during the installation of AI Tools:
8989```
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
9191```
9292If a non-default path is used:
9393```
You can’t perform that action at this time.
0 commit comments