CDAT / jupyter-vcdat

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

Error handling fixes #82

Closed downiec closed 5 years ago

downiec commented 5 years ago

This fixes bugs related to the file open injection code, the variable names and how they're displayed in the cell. Also adds some stability improvements in the way files are opened (by 'pre' opening a file to test it opens correctly before injecting it in the cell). Also modified the simpleKernelRequest function so that the output variable used in the kernel has a name other than 'output'. That way if a user whats to use that variable name it won't be accidentally overwritten by the backend kernel requests.