Gilbert Brault
Gilbert Brault
Loading widget... works in Jupyterlab but not in voilà JupyterLab v3.1.13 /home/ubuntu/venv/share/jupyter/labextensions jupyterlab-plotly v5.3.1 enabled OK ipysheet v0.5.0 enabled OK (python, ipysheet) @jupyterlab/server-proxy v3.1.0 enabled OK @jupyter-widgets/jupyterlab-manager v3.0.1 enabled OK...
what you can do in the meantime is to switch to stable in the bottom of the readthedocs document https://ipysheet.readthedocs.io/en/stable/
@SylvainCorlay , many thanks: I'll give a try to the pre-heated kernels and keep you posted
Thanks for releasing this work open source, and of course waiting for the gpmol dependency!
Yes, I have the same issue!
I will give a small excerpt of my schema
```json { "$schema": "http://json-schema.org/draft/2020-12/schema#", "description": "Representation for models and views", "type": "object", "title": "PENPA Meta Schema", "properties":{ "views":{ "title": "Views", "description": "Schema's views definition", "type": "object", "options": { "collapsed": true...
It' a CRUD system and when I have given the view name, I would like to select the columns for that view!
the list columns $ref would return an enum type with all the columns for the model selected above
Ok, I managed to use autocomplete for my application