Skip to content

Instantly share code, notes, and snippets.

@shanehh
Created April 19, 2021 03:29
Show Gist options
  • Save shanehh/2f48efba0cfec2fae4c5755ef1eb9a40 to your computer and use it in GitHub Desktop.
Save shanehh/2f48efba0cfec2fae4c5755ef1eb9a40 to your computer and use it in GitHub Desktop.
set IPython.embed as default breakpoint
import pandas as pd
import os
os.environ["PYTHONBREAKPOINT"] = "IPython.embed"
pd.read_excel("./accounts.xlsx")
breakpoint()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment