gkamradt / langchain-tutorials

Overview and tutorial of the LangChain Library
6.63k stars 1.92k forks source link

Add 'pip install' step to top of notebooks #56

Closed richieM closed 6 months ago

richieM commented 1 year ago

It would be helpful to explicitly add a !pip install langchain openai cell to the top of the LangChain Cookbooks. Otherwise, users have to play whack-a-mole with installing some packages as they work down the notebook.

lebsral commented 7 months ago

and maybe?

%pip install dotenv

gkamradt commented 6 months ago

Agree! This is on the list of house keeping updates I'm going to work on towards the end of the month or early next month. Thanks for the heads up