public JupyterInstallCommand(IConsole console, IJupyterKernelSpec jupyterKernelSpec, PortRange httpPortRange = null)
 {
     _console           = console;
     _jupyterKernelSpec = jupyterKernelSpec;
     _httpPortRange     = httpPortRange;
 }
 public JupyterInstallCommand(IConsole console, IJupyterKernelSpec jupyterKernelSpec)
 {
     _console           = console;
     _jupyterKernelSpec = jupyterKernelSpec;
 }
示例#3
0
 public JupyterCommandLine(IConsole console, IJupyterKernelSpec jupyterKernelSpec)
 {
     _console           = console;
     _jupyterKernelSpec = jupyterKernelSpec;
 }