diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..f24d9335038045d4b7847491bd13958819a4a530
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+*.ipynb filter=nbstripout
+*.zpln filter=nbstripout
+*.ipynb diff=ipynb
diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..6dcd674346faf53c397496af037ca437a11d314a
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,21 @@
+name: tutorial
+channels:
+  - conda-forge
+  - defaults
+dependencies:
+  - ipython=8.4.*
+  - jupyter=1.0.*
+  - jupyterlab=3.5.*
+  - matplotlib=3.5.*
+  - nbstripout=0.6.*
+  - pip=22.1.*
+  - psutil=5.9.*
+  - pytest=7.1.*
+  - python=3.9.*
+  - scipy=1.7.*
+  - tqdm=4.64.*
+  - pip:
+    - emcee==3.0rc2
+    - numpy==1.22.*
+    - pylint==2.14.*
+    - pythia-uq==3.0.*