Class NotebookMetadata

java.lang.Object
thredds.server.notebook.NotebookMetadata

public class NotebookMetadata extends Object
  • Constructor Details

    • NotebookMetadata

      public NotebookMetadata(File notebookFile) throws thredds.server.notebook.NotebookMetadata.InvalidJupyterNotebookException, FileNotFoundException
      Throws:
      thredds.server.notebook.NotebookMetadata.InvalidJupyterNotebookException
      FileNotFoundException
  • Method Details

    • isValidForDataset

      public boolean isValidForDataset(thredds.client.catalog.Dataset ds)
    • getParams

      public org.json.JSONObject getParams()
    • getFilename

      public String getFilename()
    • getDescription

      public String getDescription()