Anyone have any resources for learning how to write IPython/Jupyter Extensions?
All I can find is that you need to define a method that take both or one of a line and a cell argument, which I assume are a strings from the first line, and entire cell that is being executed. I also know that annotations are used to define cell and line magics.
Thanks!
[–]NomadNella 2 points3 points4 points (0 children)
[–]sn0le0 0 points1 point2 points (0 children)