Is there a way to get only custom registered magics list but not all magic links ( %lsmagic ) in Jupyter notebook / python?

67 Views Asked by At

There is magic link "%lsmagic" to list all available magic links, I want to list only custom registered magic links.

Is there any way to list only custom magic links?

0

There are 0 best solutions below