From 1da39fc9e9a1316ca9e59aa411512e77824e0d35 Mon Sep 17 00:00:00 2001 From: mariam-ke Date: Wed, 23 Jan 2019 11:29:45 +0300 Subject: [PATCH 1/2] added test file --- .ipynb_checkpoints/test-checkpoint.ipynb | 20 ++++++++++++++++++++ test.ipynb | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .ipynb_checkpoints/test-checkpoint.ipynb create mode 100644 test.ipynb diff --git a/.ipynb_checkpoints/test-checkpoint.ipynb b/.ipynb_checkpoints/test-checkpoint.ipynb new file mode 100644 index 0000000..a6ec262 --- /dev/null +++ b/.ipynb_checkpoints/test-checkpoint.ipynb @@ -0,0 +1,20 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/test.ipynb b/test.ipynb new file mode 100644 index 0000000..a6ec262 --- /dev/null +++ b/test.ipynb @@ -0,0 +1,20 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} From af5ccc2ff27653a11354f4a49ee574eff9f4856c Mon Sep 17 00:00:00 2001 From: mariam-ke Date: Wed, 23 Jan 2019 11:33:25 +0300 Subject: [PATCH 2/2] added notebooks folder --- .../.ipynb_checkpoints}/test-checkpoint.ipynb | 0 test.ipynb => Notebooks/test.ipynb | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename {.ipynb_checkpoints => Notebooks/.ipynb_checkpoints}/test-checkpoint.ipynb (100%) rename test.ipynb => Notebooks/test.ipynb (51%) diff --git a/.ipynb_checkpoints/test-checkpoint.ipynb b/Notebooks/.ipynb_checkpoints/test-checkpoint.ipynb similarity index 100% rename from .ipynb_checkpoints/test-checkpoint.ipynb rename to Notebooks/.ipynb_checkpoints/test-checkpoint.ipynb diff --git a/test.ipynb b/Notebooks/test.ipynb similarity index 51% rename from test.ipynb rename to Notebooks/test.ipynb index a6ec262..c67b209 100644 --- a/test.ipynb +++ b/Notebooks/test.ipynb @@ -13,6 +13,18 @@ "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.0" } }, "nbformat": 4,