|
84 | 84 | "An `i` within a yellow circle indicates **supplemental information**. Thus, you may decide to skip these parts at a first read. "
|
85 | 85 | ]
|
86 | 86 | },
|
87 |
| - { |
88 |
| - "cell_type": "markdown", |
89 |
| - "metadata": {}, |
90 |
| - "source": [ |
91 |
| - "In case that you have questions and comments about the notebooks: " |
92 |
| - ] |
93 |
| - }, |
94 |
| - { |
95 |
| - "cell_type": "markdown", |
96 |
| - "metadata": {}, |
97 |
| - "source": [ |
98 |
| - "<img align=\"left\" width=\"6%\" style=\"padding-right:10px;\" src=\"images/help.png\">\n", |
99 |
| - "\n", |
100 |
| - "A red megaphone at the top-right corner of each notebook provides a link to [Piazza.com](https://piazza.com/e-learning_python_for_ocean_mapping/summer2019/om000/home). " |
101 |
| - ] |
102 |
| - }, |
103 | 87 | {
|
104 | 88 | "cell_type": "markdown",
|
105 | 89 | "metadata": {},
|
|
331 | 315 | "source": [
|
332 | 316 | "The following cell is a **Code** cell. You can recognize a **Code** cell since it has a `In [ ]` to the far left. \n",
|
333 | 317 | "\n",
|
334 |
| - "This **Code** cell does the very basic task of printing a \"Hello Python\" text. The next notebooks will introduce the main concepts of programming with Python. At this time, you will learn to execute the code in a **Code** cell:\n", |
| 318 | + "This **Code** cell does the very basic task of printing a `\"Hello Python\"` text. The next notebooks will introduce the main concepts of programming with Python. At this time, you will learn to execute the code in a **Code** cell:\n", |
335 | 319 | "\n",
|
336 | 320 | "- Activate the following Code cell by clicking in it.\n",
|
337 | 321 | "- Click the <button class='btn btn-default btn-xs'><i class=\"icon-step-forward fa fa-step-forward\"></i></button> Run button in the Toolbar (or, alternatively, press `Shift+Enter`) like you did for the **Markdown** cell."
|
|
350 | 334 | "cell_type": "markdown",
|
351 | 335 | "metadata": {},
|
352 | 336 | "source": [
|
353 |
| - "If you got a \"Hello Python\" text under the **Code** cell, *congratulations!* You have successfully executed the Python code." |
| 337 | + "If you got a `Hello Python` text under the **Code** cell, *congratulations!* You have successfully executed the Python code." |
354 | 338 | ]
|
355 | 339 | },
|
356 | 340 | {
|
|
516 | 500 | },
|
517 | 501 | "outputs": [],
|
518 | 502 | "source": [
|
519 |
| - "print('Python is easy to learn!')" |
| 503 | + "print(\"Python is easy to learn!\")" |
520 | 504 | ]
|
521 | 505 | },
|
522 | 506 | {
|
|
681 | 665 | "***"
|
682 | 666 | ]
|
683 | 667 | },
|
| 668 | + { |
| 669 | + "cell_type": "markdown", |
| 670 | + "metadata": {}, |
| 671 | + "source": [ |
| 672 | + "## Questions or Comments?" |
| 673 | + ] |
| 674 | + }, |
| 675 | + { |
| 676 | + "cell_type": "markdown", |
| 677 | + "metadata": {}, |
| 678 | + "source": [ |
| 679 | + "These notebooks have a virtual gathering place on [Piazza.com](https://piazza.com/e-learning_python_for_ocean_mapping/summer2019/om000/home) where you can ask (but also answer!) questions to instructors and fellow students." |
| 680 | + ] |
| 681 | + }, |
| 682 | + { |
| 683 | + "cell_type": "markdown", |
| 684 | + "metadata": {}, |
| 685 | + "source": [ |
| 686 | + "<a href=\"https://piazza.com/e-learning_python_for_ocean_mapping/summer2019/om000/home\"><img src=\"images/000_200_piazza_com.png\" title=\"Open Piazza.com\" align=\"center\" width=\"60%\" alt=\"Piazza.com\\\"></a>" |
| 687 | + ] |
| 688 | + }, |
| 689 | + { |
| 690 | + "cell_type": "markdown", |
| 691 | + "metadata": {}, |
| 692 | + "source": [ |
| 693 | + "<img align=\"left\" width=\"6%\" style=\"padding-right:10px;\" src=\"images/help.png\">\n", |
| 694 | + "\n", |
| 695 | + "A red megaphone at the top-right corner of each notebook provides a link to [Piazza.com](https://piazza.com/e-learning_python_for_ocean_mapping/summer2019/om000/home). " |
| 696 | + ] |
| 697 | + }, |
| 698 | + { |
| 699 | + "cell_type": "markdown", |
| 700 | + "metadata": {}, |
| 701 | + "source": [ |
| 702 | + "If you click on this [Piazza.com](https://piazza.com/e-learning_python_for_ocean_mapping/summer2019/om000/home) link, you can register yourself as a student to access the virtual gathering place.\n", |
| 703 | + "\n", |
| 704 | + "Once registered, what about introducing yourself to the community?" |
| 705 | + ] |
| 706 | + }, |
| 707 | + { |
| 708 | + "cell_type": "markdown", |
| 709 | + "metadata": { |
| 710 | + "solution2": "hidden", |
| 711 | + "solution2_first": true |
| 712 | + }, |
| 713 | + "source": [ |
| 714 | + "<img align=\"left\" width=\"6%\" style=\"padding-right:10px;\" src=\"images/test.png\">\n", |
| 715 | + "\n", |
| 716 | + "Add a note containing your self-introduction in the \"community\" folder on [Piazza.com](https://piazza.com/e-learning_python_for_ocean_mapping/summer2019/om000/home). The following image shows how to do it in eight steps. Feel free to customize the text in the note as you prefer!\n", |
| 717 | + "<br><br>\n", |
| 718 | + "" |
| 719 | + ] |
| 720 | + }, |
| 721 | + { |
| 722 | + "cell_type": "markdown", |
| 723 | + "metadata": { |
| 724 | + "solution2": "hidden" |
| 725 | + }, |
| 726 | + "source": [ |
| 727 | + "If you follow the eight steps, the result will be a note similar to the following one (but with your specific details):\n", |
| 728 | + "\n", |
| 729 | + "" |
| 730 | + ] |
| 731 | + }, |
| 732 | + { |
| 733 | + "cell_type": "markdown", |
| 734 | + "metadata": {}, |
| 735 | + "source": [ |
| 736 | + "***" |
| 737 | + ] |
| 738 | + }, |
684 | 739 | {
|
685 | 740 | "cell_type": "markdown",
|
686 | 741 | "metadata": {},
|
|
715 | 770 | "source": [
|
716 | 771 | "<img align=\"left\" width=\"5%\" style=\"padding-right:10px;\" src=\"images/email.png\">\n",
|
717 | 772 | "\n",
|
718 |
| - "*For issues or suggestions related to this notebook, write to: gmasetti@ccom.unh.edu*" |
| 773 | + "*For issues or suggestions related to this notebook, write to: epom@ccom.unh.edu*" |
719 | 774 | ]
|
720 | 775 | },
|
721 | 776 | {
|
|
0 commit comments