From a0d1b04842713a3896798a5c4643d1ecde1c6882 Mon Sep 17 00:00:00 2001 From: Shrivastava Date: Wed, 18 Jul 2018 10:37:00 -0700 Subject: [PATCH] Parag changes --- .../my _test_jup-checkpoint.ipynb | 6 +++ main.py | 0 my _test_jup.ipynb | 50 +++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 .ipynb_checkpoints/my _test_jup-checkpoint.ipynb create mode 100644 main.py create mode 100644 my _test_jup.ipynb diff --git a/.ipynb_checkpoints/my _test_jup-checkpoint.ipynb b/.ipynb_checkpoints/my _test_jup-checkpoint.ipynb new file mode 100644 index 0000000..2fd6442 --- /dev/null +++ b/.ipynb_checkpoints/my _test_jup-checkpoint.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/main.py b/main.py new file mode 100644 index 0000000..e69de29 diff --git a/my _test_jup.ipynb b/my _test_jup.ipynb new file mode 100644 index 0000000..80c1e00 --- /dev/null +++ b/my _test_jup.ipynb @@ -0,0 +1,50 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "3\n" + ] + } + ], + "source": [ + "a = 3\n", + "print (a)" + ] + }, + { + "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.6.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}