diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..763513e910f7036a1a3cdb21dce8e57da2451891 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ipynb_checkpoints diff --git a/test-notebook-clase-4.ipynb b/test-notebook-clase-4.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..c2a7df76651996229755cd9abfbbd9fd3c735a0d --- /dev/null +++ b/test-notebook-clase-4.ipynb @@ -0,0 +1,62 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "1 + 1" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "De pinga\n" + ] + } + ], + "source": [ + "print(\"De pinga\")" + ] + } + ], + "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 +}