From 36be9668e7e529657905d1dc77225232b3a7166d Mon Sep 17 00:00:00 2001 From: "steinkirch.eth, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 4 Apr 2023 14:08:49 -0700 Subject: [PATCH] Create README.md --- web2-projects/notebooks/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web2-projects/notebooks/README.md 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 +```