Skip to content

Commit

Permalink
update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Sep 25, 2023
1 parent 6fca900 commit e89e1d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Microsoft.DotNet.Interactive.Jupyter
.ctor(Microsoft.DotNet.Interactive.Kernel kernel, System.Reactive.Concurrency.IScheduler scheduler = null)
public System.Threading.Tasks.Task Handle(JupyterRequestContext context)
protected System.Void OnKernelEventReceived(Microsoft.DotNet.Interactive.Events.KernelEvent event, JupyterRequestContext context)
public class JupyterClientKernelExtension, Microsoft.DotNet.Interactive.IKernelExtension
public class JupyterClientKernelExtension
public static System.Threading.Tasks.Task LoadAsync(Microsoft.DotNet.Interactive.Kernel kernel)
.ctor()
public System.Threading.Tasks.Task OnLoadAsync(Microsoft.DotNet.Interactive.Kernel kernel)
public class JupyterHttpKernelConnectionOptions, Microsoft.DotNet.Interactive.Jupyter.Connection.IJupyterKernelConnectionOptions
.ctor()
public System.CommandLine.Option<System.String> TargetUrl { get;}
Expand Down

0 comments on commit e89e1d0

Please sign in to comment.