Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed May 26, 2023
1 parent 749e32c commit 415fe2a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions NotebookTestScript.dib
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ y++;
document.getElementById("output").innerText = `The value is ${y}.`;
console.log(`The value is ${y}.`);

#!csharp

System.Diagnostics.Debugger.Launch();

#!markdown

# Execute the next cell. After execution, the output immediately below should be:
Expand Down Expand Up @@ -115,11 +111,7 @@ And the `POLYGLOT NOTEBOOK: VARIABLES` window should contain a variable with nam

#!javascript

await kernel.root.send({ commandType: 'SubmitCode', command: { code: 'var csharpVarFromJs = 1234; Console.WriteLine(csharpVarFromJs); csharpVarFromJs.Display();', targetKernelName: 'csharp' } });

#!csharp

System.Diagnostics.Debugger.Launch();
await kernel.root.send({ commandType: 'SubmitCode', command: { code: 'var csharpVarFromJs = 1234; Console.WriteLine(csharpVarFromJs);', targetKernelName: 'csharp' } });

#!markdown

Expand Down

0 comments on commit 415fe2a

Please sign in to comment.