Skip to content
Charles Doutriaux edited this page Apr 30, 2019 · 27 revisions

Welcome to the jupyter-vcdat wiki!

This version is a BETA RELEASE. The official version will be released at a later date.

The VCDAT development team created VCDAT 2.0 as a JupyterLab extension so it makes use of all the generic features available via the JupyterLab interface, but adds additional functionality needed to perform CDAT functions like selecting a subset of data from a netCDF file and plotting that subset of data.

WARNING

JupyterLab file browser allows to double click on a file to open it. Unfortunately in a browser this means loading the whole file into the browser. For netCDF files this is not practical (these files can be several Gb), so we kill the transfer and take over. Unfortunately this brings up the following error message. Please ignore safely the error message and move on. Jupyterlab is aware of this and is implementing a solution for big files.

File Loading Message In VCDAT

Clone this wiki locally