Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13c8f46

Browse files
committed
fixing typos
1 parentc7943bd commit13c8f46

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

‎Module1/.ipynb_checkpoints/4_unix_basics-checkpoint.ipynb

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"source": [
2121
"## Accessing the command line\n",
2222
"\n",
23-
"![command_line](./pics/command_line.jpg)\n",
23+
"<img src=\"/pics/command_line.jpg\">\n",
2424
"\n",
2525
"#### Mac\n",
2626
"- Hit command + spacebar\n",
@@ -126,7 +126,10 @@
126126
},
127127
{
128128
"cell_type":"markdown",
129-
"metadata": {},
129+
"metadata": {
130+
"deletable":true,
131+
"editable":true
132+
},
130133
"source": [
131134
"### Shorthand for\"start from the directory I'm in\""
132135
]
@@ -185,7 +188,10 @@
185188
},
186189
{
187190
"cell_type":"markdown",
188-
"metadata": {},
191+
"metadata": {
192+
"deletable":true,
193+
"editable":true
194+
},
189195
"source": [
190196
"#### Go up two directories"
191197
]
@@ -194,7 +200,9 @@
194200
"cell_type":"code",
195201
"execution_count":1,
196202
"metadata": {
197-
"collapsed":false
203+
"collapsed":false,
204+
"deletable":true,
205+
"editable":true
198206
},
199207
"outputs": [
200208
{
@@ -244,7 +252,9 @@
244252
"cell_type":"code",
245253
"execution_count":3,
246254
"metadata": {
247-
"collapsed":false
255+
"collapsed":false,
256+
"deletable":true,
257+
"editable":true
248258
},
249259
"outputs": [
250260
{

‎Module1/.ipynb_checkpoints/5_Running_Python-checkpoint.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"If you just want to run a few commands without creating a script, you can run python directly from the command line. Type the following in your browser (lines beginnning with a hash are used only to make comments and are not run).\n",
2222
"\n",
2323
"From the terminal prompt or git prompt:\n",
24-
"![run_python](./pics/run_python.jpg)"
24+
"<img src=\"./pics/run_python.jpg\">"
2525
]
2626
},
2727
{
@@ -64,7 +64,7 @@
6464
"\n",
6565
"#!/bin/env python\n",
6666
"\n",
67-
"# importyourmodules here\n",
67+
"# importaddons (called\"modules\" in python) here\n",
6868
"import os\n",
6969
"\n",
7070
"# do things\n",

‎Module1/4_unix_basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"source": [
2121
"## Accessing the command line\n",
2222
"\n",
23-
"![command_line](/pics/command_line.jpg)\n",
23+
"<img src=\"/pics/command_line.jpg\">\n",
2424
"\n",
2525
"#### Mac\n",
2626
"- Hit command + spacebar\n",

‎Module1/5_Running_Python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"If you just want to run a few commands without creating a script, you can run python directly from the command line. Type the following in your browser (lines beginnning with a hash are used only to make comments and are not run).\n",
2222
"\n",
2323
"From the terminal prompt or git prompt:\n",
24-
"![run_python](./pics/run_python.jpg)"
24+
"<img src=\"./pics/run_python.jpg\">"
2525
]
2626
},
2727
{
@@ -64,7 +64,7 @@
6464
"\n",
6565
"#!/bin/env python\n",
6666
"\n",
67-
"# importyourmodules here\n",
67+
"# importaddons (called\"modules\" in python) here\n",
6868
"import os\n",
6969
"\n",
7070
"# do things\n",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp