You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI-and-Analytics/Jupyter/Numba_DPPY_Essentials_training/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The purpose of this repo is to be the central aggregation, curation, and
4
4
distribution point for Juypter notebooks that are developed in support of
5
-
Numba Data parallel python training programs. These initial hands-on exercises introduce you to concepts of Data Parallel Python. In addition, it familiarizes you how to execute on multiple devices using Data Parallel Python (DPPY), utilize Numba and Numba-DPPY to write paralle code on GPU.
5
+
Numba Data parallel python training programs. These initial hands-on exercises introduce you to concepts of Data Parallel Python. In addition, it familiarizes you how to execute on multiple devices using Data Parallel Python (DPPY), utilize Numba and Numba-DPPY to write parallel code on GPU.
6
6
7
7
The Jupyter notebooks are tested and can be run on the Intel Devcloud. Below
8
8
are the steps to access these Jupyter notebooks on the Intel Devcloud:
@@ -15,7 +15,7 @@ are the steps to access these Jupyter notebooks on the Intel Devcloud:
15
15
3. Type the following command to download the Numba Data parallel Python series of
16
16
Jupyter notebooks into your devcloud account
17
17
`/data/oneapi_workshop/get_jupyter_notebooks.sh`
18
-
18
+
19
19
### Running the Jupyter Notebooks locally on a Linux machine OR WSL:
20
20
1. Update your system:
21
21
sudo apt update && sudo apt upgrade -y
@@ -29,20 +29,20 @@ are the steps to access these Jupyter notebooks on the Intel Devcloud:
29
29
5. Enter:
30
30
conda env list
31
31
Note: if Conda not recognized enter
32
-
source /opt/intel/oneapi/setvars.sh
32
+
source /opt/intel/oneapi/setvars.sh
33
33
6. Launch a terminal and enter:
34
34
conda create –-clone base –-name <picksomething> for example:
35
35
conda create --clone base --name jupyter
36
36
7. Conda env list:
37
-
You should see two environments now. The * denotes the active environment.
37
+
You should see two environments now. The * denotes the active environment.
38
38
Activate the new environment:
39
-
Conda activate jupyter
39
+
Conda activate jupyter
40
40
8. Install Jupyterlab:
41
-
conda install -c conda-forge jupyterlab
41
+
conda install -c conda-forge jupyterlab
42
42
9. Clone the Intel oneAPI Samples Repository, Git will likely not be installed so to install it enter:
10. Launch JupyterLab by typing in "jupyter lab" in the terminal.
46
46
11. Make a note of the address printed on the terminal and paste it in the browser window.
47
47
12. JupyterLab opens up and navigate to ~/oneAPI-samples/AI-and-Analytics/Jupyter/Numba_DPPY_Essentials_training and double click on "Welcome.ipynb" to get started.
0 commit comments