Gilbert Brault

Results 56 comments of Gilbert Brault

Hello @AaronWatters , I am using docker stacks to deploy the solutions I am creating for my customers. As I have more and more applications around, I am looking at...

I understand @AaronWatters : it's a matter of simplification, in that sense it's not mandatory to deploy the application: it's just more simple. Concerning resources, I experience big requirements in...

@AaronWatters I will give it a try

Thanks for the answer Aron. @AaronWatters: the issue is that the .css was actually not loading at all. The .js are loading but not the .css.

you can use this in jupyter lab if you can install jupyter server proxy https://github.com/gbrault/jpjwidgets

Hello, I am interested by this feature, which branch of Remi should I take ?

with jupyter lab 3.1.12, this works in Voilà and Jupyter Lab: ```python from IPython.display import HTML #... HTML('Download') ```

Potential workarround waiting for a jupyterlab extension: - switch to the classical notebook UI => it works (help menu: Launch Classical Notebook) - of course, this fall short if code...