|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | JupyterMixin |
| class | JupyterRenderable |
Functions | |
| str | _render_segments (Iterable[Segment] segments) |
| None | display (Iterable[Segment] segments, str text) |
| None | print (*Any args, **Any kwargs) |
Variables | |
| str | JUPYTER_HTML_FORMAT |
|
protected |
Definition at line 59 of file jupyter.py.
References i.
Referenced by JupyterMixin._repr_mimebundle_(), and pip._vendor.rich.jupyter.display().

Render segments to Jupyter.
Definition at line 84 of file jupyter.py.
References pip._vendor.rich.jupyter._render_segments(), and i.

| None print | ( | *Any | args, |
| **Any | kwargs | ||
| ) |
Proxy for Console print.
Definition at line 98 of file jupyter.py.
References i.
| str JUPYTER_HTML_FORMAT |
Definition at line 13 of file jupyter.py.