Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Last active July 15, 2024 17:25
Show Gist options
  • Save elijahbenizzy/5453a717e2807ce592cc11ba1cfd1148 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/5453a717e2807ce592cc11ba1cfd1148 to your computer and use it in GitHub Desktop.
%%cell_to_module -m my_module --display
def A(external_input: int) -> int:
...
def B(A: int) -> flow:
...
def C(A: int, B: float) -> float
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment