From 82e191098e7121c449fe52b44e88cb691253650d Mon Sep 17 00:00:00 2001
From: Aldo Ignacio Arriola Cordova <arriolaa@jupyterMiLAB>
Date: Wed, 3 Feb 2021 00:05:47 -0500
Subject: [PATCH] new files from jupyterhub

---
 .gitignore    |  1 +
 test_01.ipynb | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 test_01.ipynb

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..87620ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.ipynb_checkpoints/
diff --git a/test_01.ipynb b/test_01.ipynb
new file mode 100644
index 0000000..6c0b125
--- /dev/null
+++ b/test_01.ipynb
@@ -0,0 +1,42 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "import matplotlib.pyplot as plt"
+   ]
+  },
+  {
+   "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.3"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 4
+}
-- 
GitLab