Browse Source

added ipywidgets to pip install

Jeff Tang 5 months ago
parent
commit
32c8235771
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipes/quickstart/Getting_to_know_Llama.ipynb

+ 1 - 1
recipes/quickstart/Getting_to_know_Llama.ipynb

@@ -288,7 +288,7 @@
    },
    "outputs": [],
    "source": [
-    "!pip install groq matplotlib"
+    "!pip install groq matplotlib ipywidgets"
    ]
   },
   {