dotfiles/root/usr/local/bin/ipython3.9

7 lines
108 B
Groff
Raw Normal View History

2021-12-18 00:37:29 +00:00
#!/usr/bin/python3.9
if __name__ == '__main__':
from IPython import start_ipython
start_ipython()