Using uvx to run a one-off Jupyter notebook against the current directory is a useful trick - I tried that for the first time today against the Anthropic Jupyter notebook interactive tutorials:
uvx --from jupyter-core jupyter notebook .
Top-level
Using uvx to run a one-off Jupyter notebook against the current directory is a useful trick - I tried that for the first time today against the Anthropic Jupyter notebook interactive tutorials: uvx --from jupyter-core jupyter notebook . 8 comments
@lewiscowles1986 I’ve secured enough free credits from various giveaways that I’ve not paid for any API access in over a year at this point @simon I'd love to see a Youtube video of your workflow in that kind of exploration. @simon are fairly good links for more docs. I've not yet used `uv` in anger (or joy), but I look forward to tinkering at some point. @justin right! I’m delighted that I can run a command to spin up a notebook without having to think very hard about where it’s installed etc |
The API for talking to OpenAI’s file search mechanisms had quite a lot of steps, and I was feeling lazy, so I pasted the full page of documentation into Claude 3.5 Sonnet and told it “Based on this documentation, write me a Python CLI app (using the Click CLi library) with the following features: …” - and it did! https://gist.github.com/simonw/97e29b86540fcc627da4984daf5b7f9f