diff --git a/example_analyis_script.ipynb b/example/example_analyis_script.ipynb
similarity index 99%
rename from example_analyis_script.ipynb
rename to example/example_analyis_script.ipynb
index 1a8829ac0503aaaf34bcd3fb54aa43ea97a519fc..9a63b2e28e7afbeee2399d785194fd355bb6d1ab 100644
--- a/example_analyis_script.ipynb
+++ b/example/example_analyis_script.ipynb
@@ -37,7 +37,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 3,
+   "execution_count": 2,
    "id": "superb-climb",
    "metadata": {},
    "outputs": [
@@ -135,9 +135,7 @@
     "\n",
     "# Save the samples in a HDF-5 file.\n",
     "with h5py.File(DATA_FILE, 'w') as file_handle:\n",
-    "    file_handle.create_dataset('stdnormal', data=rand_normal_samples)\n",
-    "\n",
-    "print('Wrote data into file \"%s\".' % DATA_FILE)"
+    "    file_handle.create_dataset('stdnormal', data=rand_normal_samples)"
    ]
   }
  ],
diff --git a/example_data.hdf b/example/example_data.hdf
similarity index 100%
rename from example_data.hdf
rename to example/example_data.hdf
diff --git a/plots/plot_example_cumsum.png b/example/plots/plot_example_cumsum.png
similarity index 100%
rename from plots/plot_example_cumsum.png
rename to example/plots/plot_example_cumsum.png
diff --git a/plots/plot_example_histogram.png b/example/plots/plot_example_histogram.png
similarity index 100%
rename from plots/plot_example_histogram.png
rename to example/plots/plot_example_histogram.png
diff --git a/plots/plot_example_trace.png b/example/plots/plot_example_trace.png
similarity index 100%
rename from plots/plot_example_trace.png
rename to example/plots/plot_example_trace.png