Skip to content

Instantly share code, notes, and snippets.

@player1537
player1537 / README.md
Last active June 15, 2024 15:03
This is a library of helper functions that I use when writing Python Jupyter code.

This is a library of helper functions that I use when writing Python Jupyter code.

Usually, I just copy-paste this between notebooks, but I've found a need for simplifying the code-reuse story across different notebooks.

from __future__ import annotations
try:
    from mediocreatbest import auto
except ImportError:
 %pip install --quiet --upgrade pip