Skip to content

Commit a061fcc

Browse files
authored
Image Links
1 parent e9156fe commit a061fcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

00. Introduction.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
"source": [
2121
"### Introduction to Python\n",
2222
"\n",
23-
"![python.png](attachment:python.png)\n",
23+
"![https://apmonitor.com/che263/uploads/Begin_Python/python.png](attachment:python.png)\n",
2424
"\n",
2525
"Welcome to this introductory course on Python! This course is intended to help you start programming in Python from little or no prior experience. There are video tutorials for each exercise if you have questions along the way.\n",
2626
"\n",
2727
"[![Intro to Python](http://img.youtube.com/vi/EO_YpBs8cs0/0.jpg)](https://www.youtube.com/watch?v=EO_YpBs8cs0&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Introduction to Python\")\n",
2828
"\n",
2929
"One of the unique things about this course is that you work on basic elements to help you with a temperature control project. You will see your Python code have a real effect by adjusting heaters to maintain a target temperature, just like a thermostat in a home or office.\n",
3030
"\n",
31-
"![temperature.png](attachment:temperature.png)\n",
31+
"![https://apmonitor.com/che263/uploads/Begin_Python/temperature.png](attachment:temperature.png)\n",
3232
"\n",
3333
"One of the best ways to start or review a programming language is to work on a simple project. These exercises are designed to teach basic Python programming skills to help you design a temperature controller. Temperature control is found in many applications such as home or office HVAC, manufacturing processes, transportation, and life sciences. Even our bodies regulate to a specific temperature.\n",
3434
"\n",
35-
"![buildings.png](attachment:buildings.png)\n",
35+
"![https://apmonitor.com/che263/uploads/Begin_Python/buildings.png](attachment:buildings.png)\n",
3636
"\n",
3737
"This project is to regulate the temperature of the TCLab. Each TCLab has thermochromic (changes color with temperature) paint that turns from black to purple when the temperature reaches the target temperature of 37°C (99°F).\n",
3838
"\n",
39-
"![pid_control.gif](attachment:pid_control.gif)\n",
39+
"![https://apmonitor.com/pdc/uploads/Main/pid_control.gif](attachment:pid_control.gif)\n",
4040
"\n",
4141
"The first thing that you'll need is to install Anaconda and run the Jupyter notebook. [Download Anaconda to use Jupyter](https://www.anaconda.com/distribution/) or [watch a video on how to install it](https://youtu.be/LrMOrMb8-3s).\n",
4242
"\n",

0 commit comments

Comments
 (0)