TLT 3 jupyter notebooks cant get past a section

I have tried using a couple jupyter notebook but they cant seem to get past this one section,

In [12 ] :!ngc registry model list nvidia/tlt_pretrained_classification:*

This is response:
Missing org - If apikey is set, org is also required.
I have tried a couple notebook and they seem to hang up here

If you haven’t had any version of NGC registry installed CLI before, please run the following commands to install the ngc cli

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

if you haven’t run ngc config set before, that is fine. However, you may configure the CLI by running

ngc config set

and follow the prompts to configure the CLI with the NGC API Key. Please do set the org to nvidia when the prompt turns up.

The version of the NGC Registry CLI to run all this should be

NGC Registry CLI 1.26.1

which you can access by running

ngc --version

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:~$

How do you format your posts to get that look?

Click the “Blockquote” button when you reply.