From 2d793ad3fbc4be2ad63626d0cdb574dfb3b84749 Mon Sep 17 00:00:00 2001 From: Eric Koch Date: Mon, 24 Jun 2024 13:20:02 -0400 Subject: [PATCH] Create giant_molecular_clouds_tutorial.ipynb Initial version of the tutorial notebook --- giant_molecular_clouds_tutorial.ipynb | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 giant_molecular_clouds_tutorial.ipynb diff --git a/giant_molecular_clouds_tutorial.ipynb b/giant_molecular_clouds_tutorial.ipynb new file mode 100644 index 0000000..a89b7f7 --- /dev/null +++ b/giant_molecular_clouds_tutorial.ipynb @@ -0,0 +1,29 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Beginnings of a great tutorial" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "name": "python", + "version": "3.9.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}