|
9181 | 9181 | } |
9182 | 9182 | /* Flexible box model classes */ |
9183 | 9183 | /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ |
9184 | | -/* This file is a compatability layer. It allows the usage of flexible box |
| 9184 | +/* This file is a compatability layer. It allows the usage of flexible box |
9185 | 9185 | model layouts accross multiple browsers, including older browsers. The newest, |
9186 | 9186 | universal implementation of the flexible box model is used when available (see |
9187 | | -`Modern browsers` comments below). Browsers that are known to implement this |
| 9187 | +`Modern browsers` comments below). Browsers that are known to implement this |
9188 | 9188 | new spec completely include: |
9189 | 9189 |
|
9190 | 9190 | Firefox 28.0+ |
9191 | 9191 | Chrome 29.0+ |
9192 | | - Internet Explorer 11+ |
| 9192 | + Internet Explorer 11+ |
9193 | 9193 | Opera 17.0+ |
9194 | 9194 |
|
9195 | 9195 | Browsers not listed, including Safari, are supported via the styling under the |
|
12571 | 12571 | background: #f7f7f7; |
12572 | 12572 | border-top: 1px solid #cfcfcf; |
12573 | 12573 | border-bottom: 1px solid #cfcfcf; |
12574 | | - /* This injects handle bars (a short, wide = symbol) for |
| 12574 | + /* This injects handle bars (a short, wide = symbol) for |
12575 | 12575 | the resize handle. */ |
12576 | 12576 | } |
12577 | 12577 | div#pager .ui-resizable-handle::after { |
|
13070 | 13070 | .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ |
13071 | 13071 | </style> |
13072 | 13072 | <style type="text/css"> |
13073 | | - |
| 13073 | + |
13074 | 13074 | /* Temporary definitions which will become obsolete with Notebook release 5.0 */ |
13075 | 13075 | .ansi-black-fg { color: #3E424D; } |
13076 | 13076 | .ansi-black-bg { background-color: #3E424D; } |
@@ -13253,7 +13253,7 @@ <h1 id="Event-Query-Language">Event Query Language<a class="anchor-link" href="# |
13253 | 13253 | </div><div class="inner_cell"> |
13254 | 13254 | <div class="text_cell_render border-box-sizing rendered_html"> |
13255 | 13255 | <h2 id="Getting-Started">Getting Started<a class="anchor-link" href="#Getting-Started">¶</a></h2><p><a href="https://eql.readthedocs.io/en/latest/index.html#getting-started">https://eql.readthedocs.io/en/latest/index.html#getting-started</a></p> |
13256 | | -<p>Requires Python (confirmed with 2.7 and 3.5+)</p> |
| 13256 | +<p>Requires Python 3.8+</p> |
13257 | 13257 | <div class="highlight"><pre><span></span><span class="gp">$</span> pip install eql |
13258 | 13258 |
|
13259 | 13259 | <span class="go">Collecting eql</span> |
|
0 commit comments