Skip to content

Commit 021bce0

Browse files
committed
small fixes
1 parent e4f0e63 commit 021bce0

File tree

2 files changed

+22
-39
lines changed

2 files changed

+22
-39
lines changed

03-Git-Tutorial.ipynb

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@
379379
},
380380
{
381381
"cell_type": "code",
382-
"execution_count": 9,
382+
"execution_count": 4,
383383
"metadata": {},
384384
"outputs": [
385385
{
386386
"name": "stdout",
387387
"output_type": "stream",
388388
"text": [
389-
"Initialized empty Git repository in /Users/fperez/teach/berkeley/2017-stat159/stat159/lectures/01-git/test/.git/\n"
389+
"Initialized empty Git repository in /Users/fperez/teach/icesat2/intro-jupyter-git/test/.git/\n"
390390
]
391391
}
392392
],
@@ -419,13 +419,8 @@
419419
},
420420
{
421421
"cell_type": "code",
422-
"execution_count": 10,
423-
"metadata": {
424-
"collapsed": true,
425-
"jupyter": {
426-
"outputs_hidden": true
427-
}
428-
},
422+
"execution_count": 5,
423+
"metadata": {},
429424
"outputs": [],
430425
"source": [
431426
"%%bash\n",
@@ -436,17 +431,17 @@
436431
},
437432
{
438433
"cell_type": "code",
439-
"execution_count": 11,
434+
"execution_count": 6,
440435
"metadata": {},
441436
"outputs": [
442437
{
443438
"name": "stdout",
444439
"output_type": "stream",
445440
"text": [
446441
"total 0\n",
447-
"drwxr-xr-x 3 fperez staff 102 Sep 6 23:24 .\n",
448-
"drwxr-xr-x 8 fperez staff 272 Sep 6 23:24 ..\n",
449-
"drwxr-xr-x 9 fperez staff 306 Sep 6 23:24 .git\n"
442+
"drwxr-xr-x 3 fperez staff 96 Jun 17 02:09 .\n",
443+
"drwxr-xr-x 27 fperez staff 864 Jun 17 02:09 ..\n",
444+
"drwxr-xr-x 9 fperez staff 288 Jun 17 02:09 .git\n"
450445
]
451446
}
452447
],
@@ -459,7 +454,7 @@
459454
},
460455
{
461456
"cell_type": "code",
462-
"execution_count": 12,
457+
"execution_count": 7,
463458
"metadata": {
464459
"scrolled": true
465460
},
@@ -469,13 +464,13 @@
469464
"output_type": "stream",
470465
"text": [
471466
"total 24\n",
472-
"-rw-r--r-- 1 fperez staff 23 Sep 6 23:24 HEAD\n",
473-
"-rw-r--r-- 1 fperez staff 137 Sep 6 23:24 config\n",
474-
"-rw-r--r-- 1 fperez staff 73 Sep 6 23:24 description\n",
475-
"drwxr-xr-x 12 fperez staff 408 Sep 6 23:24 hooks\n",
476-
"drwxr-xr-x 3 fperez staff 102 Sep 6 23:24 info\n",
477-
"drwxr-xr-x 4 fperez staff 136 Sep 6 23:24 objects\n",
478-
"drwxr-xr-x 4 fperez staff 136 Sep 6 23:24 refs\n"
467+
"-rw-r--r-- 1 fperez staff 23 Jun 17 02:09 HEAD\n",
468+
"-rw-r--r-- 1 fperez staff 137 Jun 17 02:09 config\n",
469+
"-rw-r--r-- 1 fperez staff 73 Jun 17 02:09 description\n",
470+
"drwxr-xr-x 13 fperez staff 416 Jun 17 02:09 hooks\n",
471+
"drwxr-xr-x 3 fperez staff 96 Jun 17 02:09 info\n",
472+
"drwxr-xr-x 4 fperez staff 128 Jun 17 02:09 objects\n",
473+
"drwxr-xr-x 4 fperez staff 128 Jun 17 02:09 refs\n"
479474
]
480475
}
481476
],
@@ -495,13 +490,8 @@
495490
},
496491
{
497492
"cell_type": "code",
498-
"execution_count": 13,
499-
"metadata": {
500-
"collapsed": true,
501-
"jupyter": {
502-
"outputs_hidden": true
503-
}
504-
},
493+
"execution_count": 8,
494+
"metadata": {},
505495
"outputs": [],
506496
"source": [
507497
"%%bash\n",
@@ -523,13 +513,8 @@
523513
},
524514
{
525515
"cell_type": "code",
526-
"execution_count": 14,
527-
"metadata": {
528-
"collapsed": true,
529-
"jupyter": {
530-
"outputs_hidden": true
531-
}
532-
},
516+
"execution_count": 9,
517+
"metadata": {},
533518
"outputs": [],
534519
"source": [
535520
"%%bash\n",
@@ -547,7 +532,7 @@
547532
},
548533
{
549534
"cell_type": "code",
550-
"execution_count": 15,
535+
"execution_count": 10,
551536
"metadata": {},
552537
"outputs": [
553538
{

index.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
" 1. Rich output in IPython.\n",
2121
" 1. Jupyter Widgets for interactivity\n",
2222
" 1. An overview of JupyterHub\n",
23-
" 1. Binder overview (Docker, creating a basic Binder-compliant repo).\n",
24-
" \n",
25-
"a [link](https://google.com) here"
23+
" 1. Binder overview (Docker, creating a basic Binder-compliant repo)."
2624
]
2725
},
2826
{

0 commit comments

Comments
 (0)