TLT 3 jupyter notebooks cant get past a section

Was able to get passed it with your instructions. But It would not allow me to enter nvidia for org.
Here is string:

(nano) joe@joe-Predator-G6-720:~$ wget -O ngccli_reg_linux.zip https://ngc.nvidia.com/downloads/ngccli_reg_linux.zip && unzip -o ngccli_reg_linux.zip && chmod u+x ngc
–2021-02-12 20:08:40-- https://ngc.nvidia.com/downloads/ngccli_reg_linux.zip
Resolving ngc.nvidia.com (ngc.nvidia.com)… 13.224.10.105, 13.224.10.44, 13.224.10.54, …
Connecting to ngc.nvidia.com (ngc.nvidia.com)|13.224.10.105|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 20111585 (19M) [application/zip]
Saving to: ‘ngccli_reg_linux.zip’

ngccli_reg_linux.zi 100%[===================>] 19.18M 23.5MB/s in 0.8s

2021-02-12 20:08:41 (23.5 MB/s) - ‘ngccli_reg_linux.zip’ saved [20111585/20111585]

Archive: ngccli_reg_linux.zip
inflating: ngc
extracting: ngc.md5

(nano) joe@joe-Predator-G6-720:~$ ngc config set
Enter API key [********************************************************************************OWRm]. Choices: [<VALID_APIKEY>, ‘no-apikey’]: c3B2OGJ0azJxdGdpOTd1ZDg5NG52MjViaWs6NTExNDUyYWMtNWU3Ny00MTU4LWEzNWQtY2E0Yjg3ZDRhYWM3
Enter CLI output format type [ascii]. Choices: [ascii, csv, json]: ascii

Enter org [no-org]. Choices: [‘auujfw32obw0’]: nvidia

Invalid org. Please re-enter.

Enter org [no-org]. Choices: [‘auujfw32obw0’]: nvidia

Invalid org. Please re-enter.

Enter org [no-org]. Choices: [‘auujfw32obw0’]: ‘nvidia’

Invalid org. Please re-enter.

Enter org [no-org]. Choices: [‘auujfw32obw0’]: ‘auujfw32obw0’

Invalid org. Please re-enter.

Enter org [no-org]. Choices: [‘auujfw32obw0’]: auujfw32obw0

Enter team [no-team]. Choices: [‘no-team’]: no-team

Successfully saved NGC configuration to /home/joe/.ngc/config

(nano) joe@joe-Predator-G6-720:~$ ngc --version

NGC Registry CLI 1.26.1

(nano) joe@joe-Predator-G6-720:~$