From 60c95e6679ee2ff829ab0a7416f392df68c13d3d Mon Sep 17 00:00:00 2001
From: Felipe Reyes Osorio <reyesf@jupyterMiLAB>
Date: Mon, 1 Feb 2021 10:30:41 -0500
Subject: [PATCH] modificaciones desde jupyter
---
.gitignore | 47 ++++++++++++++++++++++++++++++++++++++++
Test Notebook.ipynb | 52 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 99 insertions(+)
create mode 100644 .gitignore
create mode 100644 Test Notebook.ipynb
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..666434d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+.ipynb_checkpoints/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Test Notebook.ipynb b/Test Notebook.ipynb
new file mode 100644
index 0000000..e57ba0f
--- /dev/null
+++ b/Test Notebook.ipynb
@@ -0,0 +1,52 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "2"
+ ]
+ },
+ "execution_count": 2,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "1+1"
+ ]
+ },
+ {
+ "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