mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-22 15:25:31 -04:00
Jupyter examples
Preparation
- Install Deno, e.g. on macOS:
brew install deno
- Install Jupyter
pip3 install jupyterlab
- Install Deno kernel
deno jupyter --unstable --install
- Run Jupyter
jupyter lab
Run examples
Then you can open in Jupyter any of the examples in this directory.