##// END OF EJS Templates
Remove all references to notebooks (#14572)...
Remove all references to notebooks (#14572) IPython repo is just the CLI, and those are unmaintained. Reduce the size of the repo, and if anything those should migrate to notebook or lab, or be a separate example repo.

File last commit:

r27747:f5d4e0ac
r28983:92b295a4 merge
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])