##// END OF EJS Templates
Fixed posix path in sphinx transformer
Fixed posix path in sphinx transformer

File last commit:

r11020:3bf3158c
r11200:e4cac058
Show More
ipython
7 lines | 144 B | text/plain | TextLexer
#!/usr/bin/env python
"""Terminal-based IPython entry point.
"""
from IPython.terminal.ipapp import launch_new_instance
launch_new_instance()