We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36fca66 + ff2e93d commit 5735829Copy full SHA for 5735829
src/XPlot.Plotly.Interactive/KernelExtension.fs
@@ -86,7 +86,7 @@ var renderPlotly = function() {{
86
| :? PowerShellKernel -> configurePowerShellKernel()
87
| _ -> ()
88
89
- kernel.VisitSubkernelsAndSelf(Action<Kernel>(visitKernels),true)
+ kernel.VisitSubkernelsAndSelf(Action<Kernel>(visitKernels))
90
KernelInvocationContext.Current.DisplayAs("Installed support for XPlot.Plotly.","text/markdown") |> ignore
91
Task.CompletedTask
92
0 commit comments