diff --git a/src/XPlot.Plotly.Interactive/KernelExtension.fs b/src/XPlot.Plotly.Interactive/KernelExtension.fs index f32868f..225da32 100644 --- a/src/XPlot.Plotly.Interactive/KernelExtension.fs +++ b/src/XPlot.Plotly.Interactive/KernelExtension.fs @@ -86,7 +86,7 @@ var renderPlotly = function() {{ | :? PowerShellKernel -> configurePowerShellKernel() | _ -> () - kernel.VisitSubkernelsAndSelf(Action(visitKernels),true) + kernel.VisitSubkernelsAndSelf(Action(visitKernels)) KernelInvocationContext.Current.DisplayAs("Installed support for XPlot.Plotly.","text/markdown") |> ignore Task.CompletedTask