Don’t know how heavily you want to invest in text editing, but one of my favorite things about Sublime is that when I highlight text, it will encircle that text if found elsewhere.
Highlight in Sublime:
Highlight in Jupyter:
^ also note that the color contrast of highlight is too low
- For data-intensive operations like numpy/ pandas, especially in dask, you want to keep overwriting the same objects, so the same var should be expected to appear in a lot of places.
- change a variable name and then need to see where the old name still lives. especially important given non-linear execution (doesn’t bother me… find it helpful) keeps those old variable names alive.
- typos: ‘encoder_arr’ instead of ‘encoded_arr’