I’ve been using Jupyter to analyze data from REST APIs, but testing those APIs inline feels clunky. Has anyone here found a good balance, maybe a lightweight external tool or extension, that pairs well with the notebook flow?
1 Like
I’ve been wondering the same! I usually just fall back to curl or Python’s requests
in a separate terminal, but it’s not ideal. It would be great to have something smoother that doesn’t break the notebook mindset. Following this thread for ideas.