Learn more about Inspect Viz at https://meridianlabs-ai.github.io/inspect_viz/.
pip install git+https://github.com/meridianlabs-ai/inspect_vizFor Python development:
pip install -e ".[dev]"For JS / front-end development:
yarn installWhile developing, you can run the following in a separate terminal to automatically rebuild JavaScript as you make changes:
yarn dev # or
yarn dev-sourcemap