Skip to content

Conversation

@williamjameshandley
Copy link
Owner

Summary

• Add '#%' as an alternative syntax to '#!' for IPython magic command cells
• Enhance IPython integration with more intuitive syntax for magic commands

Test plan

  • All existing tests pass (18/18)
  • New test coverage for '#%' syntax detection and content extraction
  • Test mixing '#!' and '#%' commands in same cell
  • Verify backward compatibility with existing '#!' syntax

🤖 Generated with Claude Code

Extends command cell syntax to support '#%' alongside existing '#\!'
for more intuitive IPython magic command handling. Both syntaxes
work identically and can be mixed within the same command cell.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants