Carlos Herrero
Carlos Herrero
We need to remove the one from the notebook since `voila-preview` also adds this button (there is an issue #84). Maybe we can change the icon and use this button...
>What is the best strategy to use a custom voila template? Is it by setting voila_configuration.allow_template_override to False and forcing the wanted template? We can open voila with a specific...
I was thinking the same. I would like to make this extension compatible with retrolab instead of using the standalone app. We need to have two documents open to drag...
We can start adding the widget to JupyterLab (sometimes it is helpful to open the grid editor without the notebook), and later we can easily create the extension for RetroLab....
Hi @tyxnna! Which version of voila and voila-gridstack are you using? The problem seems to be that voila can't find the voila-gridstack template. See `jinja2.exceptions.TemplateNotFound: index.html.j2`
No, it is not! You can run `pip list | grep voila`. `(base) C:\Users\tyann>voila FYP0315.ipynb --template=gridstack` And If I may give you a small tip, you should not use your...
That's great! I recommend you to create a new environment and install voila-gridstack there. The best way would be by running the following commands. ```=bash # Create a new environment...
That's right, I forgot the kernel. Thanks, @trungleduc!
Hi @tyxnna! I'm happy to hear that everything works now. The issue was that voila-gristack was not installed. > is there a way to choose specific cells to be shown...
Hi @tyxnna. It looks like it could be a bug. Each cell on the GridStack Editor should have a toolbar with a trash can to remove them. I can see...