You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to set the default converter used. This line means it’s impossible to override it without reaching into __init__’s defaults dict created at module execution time.
We need to set the default converter used. This line means it’s impossible to override it without reaching into
__init__
’s defaults dict created at module execution time.So feasibly, we either
def load_ipython_extension(ip): ...
TODO
activate()
%%R
magic working without manually specifying--converter
The text was updated successfully, but these errors were encountered: