Skip to content

Commit f7090d7

Browse files
authored
Update README.md
1 parent ba43f7b commit f7090d7

File tree

1 file changed

+3
-3
lines changed
  • AI-and-Analytics/End-to-end-Workloads/LanguageIdentification

1 file changed

+3
-3
lines changed

AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This section explains how to train a model for language identification using the
111111

112112
1. Install Jupyter Notebook.
113113
```
114-
conda install jupyter nb_conda_kernels
114+
pip install notebook
115115
```
116116
2. Launch Jupyter Notebook.
117117
```
@@ -241,7 +241,7 @@ To run inference, you must have already run all of the training scripts, generat
241241

242242
1. If you have not already done so, install Jupyter Notebook.
243243
```
244-
conda install jupyter nb_conda_kernels
244+
pip install notebook
245245
```
246246
2. Launch Jupyter Notebook.
247247
```
@@ -353,4 +353,4 @@ If the model appears to be giving the same output regardless of input, try runni
353353

354354
Code samples are licensed under the MIT license. See [License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
355355

356-
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).
356+
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt).

0 commit comments

Comments
 (0)