A quick introduction to most of Cask's features and usage patterns.
See the README for installation instructions.
In [1]: import lxml.html | |
In [2]: import requests | |
In [3]: x = """<?xml version="1.0" encoding="utf-8"?><sitemap><changefreq>Hello world</changefreq></sitemap>""" | |
In [4]: a = lxml.html.fromstring(x) | |
In [5]: a | |
Out[5]: <Element sitemap at 0x10517d050> |
{ | |
"display_name": "IPython 2 w/gevent", | |
"language": "python", | |
"argv": [ | |
"python", | |
"-c", "from gevent.monkey import patch_all; patch_all(thread=False); from IPython.kernel.zmq.kernelapp import main; main()", | |
"-f", | |
"{connection_file}" | |
] | |
} |
A quick introduction to most of Cask's features and usage patterns.
See the README for installation instructions.