Skip to content

Commit c15ec87

Browse files
committed
Add Whitespace & correct wording for consistency
Signed-off-by: Ong, Frankie Wei Quan <[email protected]>
1 parent e996d42 commit c15ec87

File tree

1 file changed

+2
-1
lines changed
  • AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch

1 file changed

+2
-1
lines changed

AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,13 @@ cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples
111111
pip install -r requirements.txt
112112
```
113113
**Install Jupyter Notebook** by running `pip install notebook`. Alternatively, see [Installing Jupyter](https://jupyter.org/install) for detailed installation instructions.
114+
114115
3. Register Conda kernel to Jupyter Notebook kernel:
115116
```
116117
<CONDA_PATH_TO_ENV>/bin/python -m ipykernel install --user --name=<your-env-name>
117118
```
118119
**Run** `conda env list` to find your Conda environment path <CONDA_PATH_ENV>
119-
> **Note**: There is another way to regisyer Conda kernel to Jupyter Notebook kernel, feel free to check [the instruction](https://github.com/IntelAI/models/tree/master/docs/notebooks/perf_analysis#option-1-conda-environment-creation)
120+
> **Note**: There is another way to register Conda kernel to Jupyter Notebook kernel, feel free to check [the instruction](https://github.com/IntelAI/models/tree/master/docs/notebooks/perf_analysis#option-1-conda-environment-creation)
120121
4. Launch Jupyter Notebook:
121122
```
122123
jupyter notebook --ip=0.0.0.0

0 commit comments

Comments
 (0)