In [1]:
%reload_ext yamlmagic
In [2]:
%%yaml --loader yaml.Loader
!!python/float 0
Out[2]:
In [3]:
%%yaml -lyaml.Loader
!!python/float 0
Out[3]:
In [4]:
from yaml import Loader as foo
In [5]:
%%yaml --loader foo
!!python/float 0
Out[5]: