You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div><h4id="displaysamultiaxislinechartoftotalcoronaviruscasesandchangesinpricesofbitcoindowjonesandgold">Displays a multi-axis line chart of total coronavirus cases and changes in prices of Bitcoin, Dow Jones and gold:</h4><p></p><divid="e23ccacc-a456-478b-b467-7282a2165921" class="plotly-graph-div" style="height:287px; width:935px;"></div><pre><codeclass="python language-python hljs"><spanclass="hljs-comment"># $ pip3 install pandas lxml selenium plotly</span>
2819
-
<spanclass="hljs-keyword">import</span> pandas <spanclass="hljs-keyword">as</span> pd, selenium.webdriver, plotly.graph_objects <spanclass="hljs-keyword">as</span> go
2819
+
<spanclass="hljs-keyword">import</span> pandas <spanclass="hljs-keyword">as</span> pd, selenium.webdriver, io, plotly.graph_objects <spanclass="hljs-keyword">as</span> go
<li><strong>All <codeclass="python hljs"><spanclass="hljs-string">'cdef'</span></code> definitions are optional, but they contribute to the speed-up.</strong></li>
2888
-
<li><strong>Also supports C pointers via <codeclass="python hljs"><spanclass="hljs-string">'*'</span></code> and <codeclass="python hljs"><spanclass="hljs-string">'&'</span></code>, structs, unions, and enums.</strong></li>
2888
+
<li><strong>Also supports C pointers (via <codeclass="python hljs"><spanclass="hljs-string">'*'</span></code> and <codeclass="python hljs"><spanclass="hljs-string">'&'</span></code>), structs, unions and enums.</strong></li>
0 commit comments