john

Results 10 issues of john

When I install from the pyvista-xarray source and run the examples, Jupyter displays a static image and a warning that it "Failed to use notebook backend" and instructs me to...

Would like to retrieve timestamps with the job resource, either as meta data or a separate field. At a minimum, we want timestamps for the submit and complete events, but...

Example API **(but needs more discussion** and some coordination with GeoJS as well): ``` from jupyterlab_geojs import fileReader layer = scene.createLayer() feature = layer.createFeature('point', filename="whatever.csv") # Aashish would set data="whatever.csv"......