##// END OF EJS Templates
Added key distinction between Notebook app and notebook documents via capitalization. Added info on different cell types and sketch of plotting
Added key distinction between Notebook app and notebook documents via capitalization. Added info on different cell types and sketch of plotting

File last commit:

r3410:21647ae3
r11552:114e79d8
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *