File tree Expand file tree Collapse file tree
src/client/jupyter/display Expand file tree Collapse file tree Original file line number Diff line number Diff line change 709709 "default" : " Python Test Log" ,
710710 "description" : " The output window name for the unit test messages, defaults to Python output window."
711711 },
712-
713712 "python.terminal.executeInFileDir" : {
714713 "type" : " boolean" ,
715714 "default" : false ,
Original file line number Diff line number Diff line change @@ -64,15 +64,13 @@ export class TextDocumentContentProvider extends Disposable implements vscode.Te
6464 <script src="http://localhost:${ this . serverPort } /socket.io/socket.io.js"></script>
6565 </head>
6666 <body onload="initializeResults('${ dirNameForScripts } ', ${ this . serverPort } )">
67- <!--
68- <label for"displayStyle">Result display style </label>
6967 <select id="displayStyle">
70- <option value="append">Append</option>
71- <option value="clear">Clear Previous Results </option>
68+ <option value="append">Append results </option>
69+ <option value="clear">Clear previous results </option>
7270 </select>
73- <span id='clearResults' class="octicon octicon-circle-slash" tooltip='Clear Results'></span>
71+
72+ <button id="clearResults">Clear Results</button>
7473 <br>
75- -->
7674 <script type="text/javascript">
7775 window.JUPYTER_DATA = ${ JSON . stringify ( this . results ) } ;
7876 </script>
You can’t perform that action at this time.
0 commit comments