From 0be4bf2ef693c2b04656d6e5549092757f8108c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Sat, 13 May 2023 11:54:11 +0200 Subject: [PATCH] =?UTF-8?q?Prze=C5=9Blij=20pliki=20do=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare.ipynb | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 prepare.ipynb diff --git a/prepare.ipynb b/prepare.ipynb new file mode 100644 index 0000000..3727bb6 --- /dev/null +++ b/prepare.ipynb @@ -0,0 +1,53 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "1f344c88-c8a4-40cc-a48c-f3f99468e11f", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Cloning into 'zbior_ium'...\n" + ] + } + ], + "source": [ + "!git clone https://git.wmi.amu.edu.pl/s452662/zbior_ium" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "71faf6bf-af9c-4f6d-a6a5-44ec35bc9b3b", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.11.2" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}