From 200a6d127f9ac4cda231882eb4cc1748db59c9ca Mon Sep 17 00:00:00 2001 From: julianfer98 <julianferrvel@gmail.com> Date: Thu, 27 Mar 2025 12:03:59 +0100 Subject: [PATCH] prueba2 --- prueba2.ipynb | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 prueba2.ipynb diff --git a/prueba2.ipynb b/prueba2.ipynb new file mode 100644 index 0000000..1ecc5a1 --- /dev/null +++ b/prueba2.ipynb @@ -0,0 +1,41 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np" + ] + }, + { + "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.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} -- GitLab