CDAT / jupyter-vcdat

A Jupyter Lab extension based on vCDAT.
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Multi file update #69

Closed downiec closed 5 years ago

downiec commented 5 years ago

Multiple files are now supported. Changes injection functions so that a user can load variables from different files and variables keep track of what where they came from. If user selects to load a variable with the same name as one that has been previously loaded, the old one is overwritten with the new variable to prevent duplicates. Added some instruction in READ that allows user to download sample data files.

Updates to the injection order and process will be made later.

This resolves issue #32