Skip to content

Commit 82179ef

Browse files
authored
Merge pull request #943 from davidbrochart/fix_richInspectVariables
2 parents bd3e2fd + 9e4fa35 commit 82179ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ async def richInspectVariables(self, message):
595595
"type": "request",
596596
"command": "evaluate",
597597
"seq": seq + 1,
598-
"arguments": {"expression": code, "frameId": frame_id},
598+
"arguments": {"expression": code, "frameId": frame_id, "context": "clipboard"},
599599
}
600600
)
601601
if reply["success"]:

0 commit comments

Comments
 (0)