##// END OF EJS Templates
Update long description for PyPI...
Update long description for PyPI Remove references to notebooks, Qt console, parallel computing, and mention that it now provides a Jupyter kernel for Python. Closes gh-8628

File last commit:

r20278:8f4dcac7
r21562:37ff5bd2
Show More
mynotebook.ipynb
69 lines | 1.1 KiB | text/plain | TextLexer

My Notebook

In [1]:
def foo():
    return "foo"
In [2]:
def has_ip_syntax():
    listing = !ls
    return listing
In [4]:
def whatsmyname():
    return __name__