Commits
Click on a commit to change the comparison rangefeat: add API key setup instructions for notebook users
- Add %env command to set OpenAI API key in Colab/Jupyter
- Fix converter to not match indented code blocks inside admonitions
- Add convert_code_blocks_to_html for code blocks in admonitions
🤖 Generated with [Claude Code](https://claude.com/claude-code) fix: use regex pattern for Colab badge detection to satisfy CodeQL fix: use secure API key input for notebook users
- Replace %env with getpass for Jupyter (hidden input)
- Use Colab Secrets (userdata.get) for Google Colab
- Comment out api_key parameter, show as optional manual override
- Move notebook to docs/notebooks/ folder