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

7 lines
108 B
Groff
Raw Normal View History

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