diff --git a/web2-projects/notebooks/README.md b/web2-projects/notebooks/README.md
new file mode 100644
index 0000000..d646859
--- /dev/null
+++ b/web2-projects/notebooks/README.md
@@ -0,0 +1,14 @@
+## jupiter notebooks
+
+
+
+### troubleshooting
+
+
+
+##### if the notebok cannot import deps
+
+```
+pip install --upgrade pip
+pip install jupyter
+```