Browse Source

added ipywidgets to pip install

Jeff Tang 5 tháng trước cách đây
mục cha
commit
32c8235771
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
    ]
   },
   {