We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328c3dc commit 42474daCopy full SHA for 42474da
src/Plotly.NET.Interactive/Extension.fs
@@ -20,12 +20,4 @@ type FormatterKernelExtension() =
20
interface IKernelExtension with
21
member _.OnLoadAsync _ =
22
registerFormatter ()
23
-
24
- if isNull KernelInvocationContext.Current |> not then
25
- let message =
26
- "Added Kernel Extension including formatters for Plotly.NET charts."
27
28
- KernelInvocationContext.Current.Display(message, "text/markdown")
29
- |> ignore
30
31
Task.CompletedTask
0 commit comments