From de0eaf726cd75e38a8b3e0096523900be66d466d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Bedna=C5=99=C3=ADk?= Date: Sat, 17 Dec 2022 19:03:39 +0100 Subject: [PATCH] new commit --- ch01/files_only/core.py | 2 ++ ch01/files_only/pokus.ipynb | 52 +++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 ch01/files_only/pokus.ipynb diff --git a/ch01/files_only/core.py b/ch01/files_only/core.py index e69de29..139597f 100644 --- a/ch01/files_only/core.py +++ b/ch01/files_only/core.py @@ -0,0 +1,2 @@ + + diff --git a/ch01/files_only/pokus.ipynb b/ch01/files_only/pokus.ipynb new file mode 100644 index 0000000..d0d1152 --- /dev/null +++ b/ch01/files_only/pokus.ipynb @@ -0,0 +1,52 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 7, + "outputs": [ + { + "data": { + "text/plain": "2.0" + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "4 / 2" + ], + "metadata": { + "collapsed": false + } + }, + { + "cell_type": "markdown", + "source": [], + "metadata": { + "collapsed": false + } + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +}