Shell notebook erweitert
This commit is contained in:
parent
5ed6078024
commit
ba15ebd1d8
|
@ -21,6 +21,22 @@
|
||||||
"## Setup"
|
"## Setup"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"### In das Home-Verzeichnis wechseln"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "code",
|
||||||
|
"execution_count": 1,
|
||||||
|
"metadata": {},
|
||||||
|
"outputs": [],
|
||||||
|
"source": [
|
||||||
|
"cd"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
@ -30,23 +46,23 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 5,
|
"execution_count": 2,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"--2019-09-02 20:49:57-- https://librarycarpentry.org/lc-shell/data/shell-lesson.zip\n",
|
"--2019-09-23 22:41:49-- https://librarycarpentry.org/lc-shell/data/shell-lesson.zip\n",
|
||||||
"Resolving librarycarpentry.org (librarycarpentry.org)... 185.199.110.153, 185.199.108.153, 185.199.111.153, ...\n",
|
"Resolving librarycarpentry.org (librarycarpentry.org)... 185.199.109.153, 185.199.108.153, 185.199.110.153, ...\n",
|
||||||
"Connecting to librarycarpentry.org (librarycarpentry.org)|185.199.110.153|:443... connected.\n",
|
"Connecting to librarycarpentry.org (librarycarpentry.org)|185.199.109.153|:443... connected.\n",
|
||||||
"HTTP request sent, awaiting response... 200 OK\n",
|
"HTTP request sent, awaiting response... 200 OK\n",
|
||||||
"Length: 35142014 (34M) [application/zip]\n",
|
"Length: 35142014 (34M) [application/zip]\n",
|
||||||
"Saving to: ‘shell-lesson.zip’\n",
|
"Saving to: ‘shell-lesson.zip’\n",
|
||||||
"\n",
|
"\n",
|
||||||
"shell-lesson.zip 100%[===================>] 33,51M 4,83MB/s in 7,5s \n",
|
"shell-lesson.zip 100%[===================>] 33.51M 58.1MB/s in 0.6s \n",
|
||||||
"\n",
|
"\n",
|
||||||
"2019-09-02 20:50:05 (4,46 MB/s) - ‘shell-lesson.zip’ saved [35142014/35142014]\n",
|
"2019-09-23 22:41:49 (58.1 MB/s) - ‘shell-lesson.zip’ saved [35142014/35142014]\n",
|
||||||
"\n"
|
"\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -64,7 +80,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 8,
|
"execution_count": 3,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
@ -92,7 +108,11 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"## Los geht's..."
|
"## Los geht's...\n",
|
||||||
|
"\n",
|
||||||
|
"Öffnen Sie ein Terminal (`File` > `New` > `Terminal`) und beginnen Sie mit Kapitel 2 \"Navigating the Filesystem\":\n",
|
||||||
|
"\n",
|
||||||
|
"<https://librarycarpentry.org/lc-shell/02-navigating-the-filesystem/index.html>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -117,5 +137,5 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 4
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ Dieses Skript entsteht in der Zeit von September 2019 bis Januar 2020 im Rahmen
|
||||||
|
|
||||||
## Arbeitsumgebung
|
## Arbeitsumgebung
|
||||||
|
|
||||||
Wir nutzen eine vorkonfigurierte Arbeitsumgebung mit [JupyterLab](https://jupyterlab.readthedocs.io). Diese Arbeitsumgebung können Sie auf zwei Wegen nutzen:
|
Wir nutzen eine vorkonfigurierte Arbeitsumgebung mit [JupyterLab](https://jupyterlab.readthedocs.io). Diese Arbeitsumgebung können Sie auf zwei Wegen erreichen:
|
||||||
|
|
||||||
### Option 1: Binder
|
### Option 1: Binder
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue