|
| 1 | +{ |
| 2 | +"cells": [ |
| 3 | + { |
| 4 | +"cell_type":"markdown", |
| 5 | +"metadata": {}, |
| 6 | +"source": [ |
| 7 | +"### Hello World" |
| 8 | + ] |
| 9 | + }, |
| 10 | + { |
| 11 | +"cell_type":"markdown", |
| 12 | +"metadata": {}, |
| 13 | +"source": [ |
| 14 | +"Place your cursor in the cell below, and type Shift-Enter. If you see the printed statement below the cell, you are good to go!" |
| 15 | + ] |
| 16 | + }, |
| 17 | + { |
| 18 | +"cell_type":"code", |
| 19 | +"execution_count":null, |
| 20 | +"metadata": {}, |
| 21 | +"outputs": [], |
| 22 | +"source": [ |
| 23 | +"print('hello world')" |
| 24 | + ] |
| 25 | + } |
| 26 | + ], |
| 27 | +"metadata": { |
| 28 | +"kernelspec": { |
| 29 | +"display_name":"Python 3", |
| 30 | +"language":"python", |
| 31 | +"name":"python3" |
| 32 | + }, |
| 33 | +"language_info": { |
| 34 | +"codemirror_mode": { |
| 35 | +"name":"ipython", |
| 36 | +"version":3 |
| 37 | + }, |
| 38 | +"file_extension":".py", |
| 39 | +"mimetype":"text/x-python", |
| 40 | +"name":"python", |
| 41 | +"nbconvert_exporter":"python", |
| 42 | +"pygments_lexer":"ipython3", |
| 43 | +"version":"3.6.2" |
| 44 | + }, |
| 45 | +"toc": { |
| 46 | +"nav_menu": {}, |
| 47 | +"number_sections":true, |
| 48 | +"sideBar":true, |
| 49 | +"skip_h1_title":false, |
| 50 | +"toc_cell":false, |
| 51 | +"toc_position": {}, |
| 52 | +"toc_section_display":"block", |
| 53 | +"toc_window_display":false |
| 54 | + }, |
| 55 | +"varInspector": { |
| 56 | +"cols": { |
| 57 | +"lenName":16, |
| 58 | +"lenType":16, |
| 59 | +"lenVar":40 |
| 60 | + }, |
| 61 | +"kernels_config": { |
| 62 | +"python": { |
| 63 | +"delete_cmd_postfix":"", |
| 64 | +"delete_cmd_prefix":"del", |
| 65 | +"library":"var_list.py", |
| 66 | +"varRefreshCmd":"print(var_dic_list())" |
| 67 | + }, |
| 68 | +"r": { |
| 69 | +"delete_cmd_postfix":")", |
| 70 | +"delete_cmd_prefix":"rm(", |
| 71 | +"library":"var_list.r", |
| 72 | +"varRefreshCmd":"cat(var_dic_list())" |
| 73 | + } |
| 74 | + }, |
| 75 | +"types_to_exclude": [ |
| 76 | +"module", |
| 77 | +"function", |
| 78 | +"builtin_function_or_method", |
| 79 | +"instance", |
| 80 | +"_Feature" |
| 81 | + ], |
| 82 | +"window_display":false |
| 83 | + } |
| 84 | + }, |
| 85 | +"nbformat":4, |
| 86 | +"nbformat_minor":2 |
| 87 | +} |