Skip to content

davecampbell/langchain-jupyter-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langchain-jupyter-01


To be able to run the notebooks from the LangChain Short Course one must be able to run jupyter notebooks.

This repo will build a jupyter environment with the proper modules installed in order to run the notebooks in this lessons, but locally.

Step 0:
clone the repo.

Step 1:
Build the image

docker build --rm -t docker-jupyter-extensible .

Step 2:
using docker compose, run a container using that image

Step 3:
access the jupyter environment from https://127.0.0.1:8888

the token/password can be found in the console from Step 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published