Enter ipython3 interactive shell when running script with -i option

Viewed 10

If I do python3 -i myscript.py, I will enter the default python shell.

My question is: is it possible to enter ipython3 instead of the default shell?

0 Answers
Related