microsoft / python-in-excel

Python in Microsoft Excel
MIT License
490 stars 31 forks source link

%%time cell magic stopped working #51

Closed fzumstein closed 5 months ago

fzumstein commented 6 months ago

The following code used to work until around Dec 17 (it would print the output in the diagnostics pane):

%%time
"Hello"

These days it prints:

UsageError: Line magic function `%%time` not found.

Line magics (%time "Hello") continue to work properly.

fzumstein commented 5 months ago

This works again with the recent update from around Jan 19.