File size: 233 Bytes
680cf2e
 
 
 
 
 
1
2
3
4
5
6
7
#!/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/bin/python3.10
import sys
from IPython import start_ipython
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(start_ipython())