From e332d4ba224fb56cae4eabbf5d6b1c33ef0871ea Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Fri, 24 Feb 2023 12:38:38 -0800 Subject: [PATCH] remove jupyter notebook from repo --- scratch.ipynb | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 scratch.ipynb diff --git a/scratch.ipynb b/scratch.ipynb deleted file mode 100644 index cf734b6..0000000 --- a/scratch.ipynb +++ /dev/null @@ -1,50 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "otl-hga.net\n" - ] - } - ], - "source": [ - "domain_components = \"seagull.mercenary.otl-hga.net\".split(\".\")\n", - "base_domain = \".\".join(domain_components[-2:])\n", - "print(base_domain)" - ] - } - ], - "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.10.9 (main, Dec 7 2022, 00:00:00) [GCC 12.2.1 20221121 (Red Hat 12.2.1-4)]" - }, - "orig_nbformat": 4, - "vscode": { - "interpreter": { - "hash": "767d51c1340bd893661ea55ea3124f6de3c7a262a8b4abca0554b478b1e2ff90" - } - } - }, - "nbformat": 4, - "nbformat_minor": 2 -}