JupyterConfig constructor

JupyterConfig({
  1. String? displayName,
  2. String? kernel,
})

Implementation

JupyterConfig({
  this.displayName,
  this.kernel,
});