Commit 78102fd
authored
chore: move SPDX header in notebook to first code cell (#300)
## Summary
- Move SPDX copyright/license header from a raw cell at the top of the
101 tutorial notebook into the first code cell as Python comments
- Raw cells render poorly in some notebook viewers; placing the header
in the code cell ensures visibility and passes the copyright check
## Test plan
- [x] Notebook renders correctly in JupyterLab / VS Code / GitHub
- [x] Copyright check CI passes
Made with [Cursor](https://cursor.com)
---------
Signed-off-by: Kendrick Boyd <kendrickb@nvidia.com>1 parent 5ecc0ad commit 78102fd
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 3 | | |
13 | 4 | | |
14 | 5 | | |
| |||
48 | 39 | | |
49 | 40 | | |
50 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
0 commit comments