Potentially dumb question, but I'm trying to get t...
# general
f
Potentially dumb question, but I'm trying to get the ./pants repl command to default to ipython. This is what I have in my pants.ini file, but it isn't going into ipython:
Copy code
[repl.py]
ipython = True
When invoking something like
Copy code
./pants repl --repl-py-ipython src/starsky_utils
it works perfectly! am I reading the docs on options & scopes wrong?