From b1052e4c7213cea619f34ebe9438e6e7c9ee40a3 Mon Sep 17 00:00:00 2001 From: Rafael Andrei Vinasco Soler <vinascor@jupyterMiLAB> Date: Wed, 17 Feb 2021 01:00:55 -0500 Subject: [PATCH] archivo en blanco --- solucion.ipynb | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 solucion.ipynb diff --git a/solucion.ipynb b/solucion.ipynb new file mode 100644 index 0000000..cdf329b --- /dev/null +++ b/solucion.ipynb @@ -0,0 +1,44 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np\n", + "import matplotlib.pyplot as plt\n", + "##import cv2\n", + "import matplotlib.image as mpimg" + ] + }, + { + "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