Created
April 19, 2021 03:29
-
-
Save shanehh/2f48efba0cfec2fae4c5755ef1eb9a40 to your computer and use it in GitHub Desktop.
set IPython.embed as default breakpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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