Skip to content

Commit a665813

Browse files
committed
chore: delete exec number and output
1 parent 939f819 commit a665813

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

notebooks/tutorial/basic_apc_cli_tutorial.ipynb

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
{
4040
"cell_type": "code",
41-
"execution_count": 25,
41+
"execution_count": null,
4242
"metadata": {
4343
"vscode": {
4444
"languageId": "shellscript"
@@ -171,7 +171,7 @@
171171
},
172172
{
173173
"cell_type": "code",
174-
"execution_count": 28,
174+
"execution_count": null,
175175
"metadata": {
176176
"vscode": {
177177
"languageId": "shellscript"
@@ -273,7 +273,7 @@
273273
},
274274
{
275275
"cell_type": "code",
276-
"execution_count": 67,
276+
"execution_count": null,
277277
"metadata": {},
278278
"outputs": [],
279279
"source": [
@@ -291,21 +291,13 @@
291291
},
292292
{
293293
"cell_type": "code",
294-
"execution_count": 68,
294+
"execution_count": null,
295295
"metadata": {
296296
"vscode": {
297297
"languageId": "shellscript"
298298
}
299299
},
300-
"outputs": [
301-
{
302-
"name": "stdout",
303-
"output_type": "stream",
304-
"text": [
305-
"APC CLI version: v1.1.1\n"
306-
]
307-
}
308-
],
300+
"outputs": [],
309301
"source": [
310302
"%%bash\n",
311303
"apc --version"
@@ -331,7 +323,7 @@
331323
},
332324
{
333325
"cell_type": "code",
334-
"execution_count": 37,
326+
"execution_count": null,
335327
"metadata": {
336328
"vscode": {
337329
"languageId": "shellscript"
@@ -379,7 +371,7 @@
379371
},
380372
{
381373
"cell_type": "code",
382-
"execution_count": 38,
374+
"execution_count": null,
383375
"metadata": {
384376
"vscode": {
385377
"languageId": "shellscript"
@@ -452,7 +444,7 @@
452444
},
453445
{
454446
"cell_type": "code",
455-
"execution_count": 19,
447+
"execution_count": null,
456448
"metadata": {
457449
"vscode": {
458450
"languageId": "shellscript"
@@ -489,22 +481,13 @@
489481
},
490482
{
491483
"cell_type": "code",
492-
"execution_count": 20,
484+
"execution_count": null,
493485
"metadata": {
494486
"vscode": {
495487
"languageId": "shellscript"
496488
}
497489
},
498-
"outputs": [
499-
{
500-
"name": "stdout",
501-
"output_type": "stream",
502-
"text": [
503-
"2025-08-14 14:58:45 [INFO]: Login for Profile: user1 success!\n",
504-
"2025-08-14 14:58:47 [INFO]: Login for Profile: user2 success!\n"
505-
]
506-
}
507-
],
490+
"outputs": [],
508491
"source": [
509492
"%%bash\n",
510493
"apc auth-login --profile $profile1\n",

0 commit comments

Comments
 (0)