From cf5c872e0a173f32b2dd5e1f0dee5814dda7b1f7 Mon Sep 17 00:00:00 2001 From: Vitor Shen <17490173+shenvitor@users.noreply.github.com> Date: Tue, 14 May 2024 15:35:58 +0200 Subject: [PATCH] remove example md and ipynb --- docs/notebook1.ipynb | 31 ------------------------------- docs/notebook2.md | 11 ----------- 2 files changed, 42 deletions(-) delete mode 100644 docs/notebook1.ipynb delete mode 100644 docs/notebook2.md diff --git a/docs/notebook1.ipynb b/docs/notebook1.ipynb deleted file mode 100644 index 2bf6eda..0000000 --- a/docs/notebook1.ipynb +++ /dev/null @@ -1,31 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "0", - "metadata": {}, - "source": [ - "# Jupyter Notebook" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "1", - "metadata": {}, - "outputs": [], - "source": [ - "print('Hello, World!')" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/notebook2.md b/docs/notebook2.md deleted file mode 100644 index 52072be..0000000 --- a/docs/notebook2.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -file_format: mystnb -kernelspec: - name: python3 ---- - -# Text-based Notebook - -```{code-cell} -print("Hello, World!") -```