From 35d423aa8db4695b562074a889eba3af0139756f Mon Sep 17 00:00:00 2001 From: Albin Henriksson <albhe428@student.liu.se> Date: Fri, 16 Dec 2022 11:26:04 +0100 Subject: [PATCH] Add some notebook disclaimers --- seq2seq/NLP-L5.ipynb | 15 ++++++++++++--- seq2seq/main.ipynb | 9 +++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/seq2seq/NLP-L5.ipynb b/seq2seq/NLP-L5.ipynb index c3db5b8..7b866b8 100644 --- a/seq2seq/NLP-L5.ipynb +++ b/seq2seq/NLP-L5.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# TDDE09 lab notebook\n", + "This notebook is a notebook from the course TDDE09 Språkteknologi in which the authors performed the lab in the course. This finished notebook were later partially edited." + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -1321,7 +1330,7 @@ "toc_visible": true }, "kernelspec": { - "display_name": "Python 3.9.11 64-bit", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -1335,11 +1344,11 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.11" + "version": "3.9.10 (tags/v3.9.10:f2f3f53, Jan 17 2022, 15:14:21) [MSC v.1929 64 bit (AMD64)]" }, "vscode": { "interpreter": { - "hash": "64e7cd3b4b88defe39dd61a4584920400d6beb2615ab2244e340c2e20eecdfe9" + "hash": "0988fb18a177ab47253348976d615106e52998fa9d41728b0d76cf08f2eafea6" } } }, diff --git a/seq2seq/main.ipynb b/seq2seq/main.ipynb index 0fbcbca..35d78c6 100644 --- a/seq2seq/main.ipynb +++ b/seq2seq/main.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# TDDE09 lab notebook\n", + "This notebook is a notebook from the course TDDE09 Språkteknologi in which the authors performed the lab in the course. This finished notebook were later partially edited." + ] + }, { "cell_type": "markdown", "metadata": {}, -- GitLab