You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2019/10/03 16:34:10 UTC

[climate] 01/03: Add files via upload

This is an automated email from the ASF dual-hosted git repository.

huikyole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/climate.git

commit fa150017e9e9a76503aa248e149be81afdd6c936
Author: dmitri1357 <48...@users.noreply.github.com>
AuthorDate: Mon Sep 9 15:53:43 2019 -0700

    Add files via upload
---
 dmitri_example.ipynb | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/dmitri_example.ipynb b/dmitri_example.ipynb
new file mode 100644
index 0000000..b9876e5
--- /dev/null
+++ b/dmitri_example.ipynb
@@ -0,0 +1,61 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "- Example code for first commit to OCW repo (-Dmitri Kalashnikov)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Hello World!\n",
+      "Hello World!\n",
+      "Hello World!\n",
+      "Hello World!\n",
+      "Hello World!\n"
+     ]
+    }
+   ],
+   "source": [
+    "for k in range(5):\n",
+    "    print('Hello World!')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.7.1"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}