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
remove __init__ from JupyterCellNode and JupyterKernelNode
__init__ needs to be compatible with docutils.nodes.Element to
facilitate doctree copying. Given that each type of node is
constructed in just one place (in the associated directive)
this does not break encapulation too badly.
0 commit comments