Error when magic command prompt includes braces / curly brackets #27
Labels
bug
Bugs reported by users
scope:magics
Issues concerning the magic commands
status:triaged
Issues that have been fully triaged
Milestone
Description
When using a Python kernel, I cannot use ChatGPT via the
%%ai
magic to analyze TypeScript code. The curly braces{}
are being interpreted by the magic command, even if they are in a Python"""
blockquote block.Reproduce
%load_ext jupyter_ai
.Example input:
Error:
Expected behavior
TypeScript code was analyzed by the AI.
The text was updated successfully, but these errors were encountered: