diff --git a/docs/source/tutorial1.ipynb b/docs/source/tutorial1.ipynb
new file mode 100644
index 0000000000000000000000000000000000000000..2916ade793923559f1823ce387db7bc410d8e69a
--- /dev/null
+++ b/docs/source/tutorial1.ipynb
@@ -0,0 +1,54 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "fd5c3005-f237-4495-9185-2d4d474cafd5",
+   "metadata": {},
+   "source": [
+    "# DART-WRF introductory example\n",
+    "DART-WRF is a python package which automates many things like configuration, saving configuration and output, handling computing resources, etc.\n",
+    "\n",
+    "**Goal**: Using a predefined configuration file, run an example of Data Assimilation.\n",
+    "\n",
+    "**What you need to know**:\n",
+    "\n",
+    "- There is a config/ folder with experimental configuration in config/cfg.py.\n",
+    "- There is an example script analysis_only.py which handles the DA programs.\n",
+    "\n",
+    "**To-Do**:\n",
+    "\n",
+    "- Go into the DART-WRF folder that we created and installed last time.\n",
+    "- Copy the configuration file from `` to your config/ folder.\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "400244f1-098b-46ea-b29d-2226c7cbc827",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "nwp 2023.1 - 3.10",
+   "language": "python",
+   "name": "nwp2023.1"
+  },
+  "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"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/docs/source/tutorial1.rst b/docs/source/tutorial1.rst
deleted file mode 100644
index 234b35dfcde7b8f58eaacb260bf64780671c653d..0000000000000000000000000000000000000000
--- a/docs/source/tutorial1.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Introductory assimilation example
-=================================
-
-Example goes here
\ No newline at end of file