Dou Du

Results 7 issues of Dou Du

I need to develop a custom Voila for a special web application. I want to get the current URL into the "handler.py" file. I notice that the "open_url" contains the...

When I develop the extension and install it by: ```bash jupyter labextension develop --overwrite . ``` I cannot uninstall by neither "pip uninstall" and "jupyter labextension uninstall". When I try...

documentation

I am wondering it is possible to get molecular structure or coordinates easily from view. For example: ```bash from ase.build import molecule import nglview as nv view = nv.show_ase(molecule('H2O')) ```...

Hello, We are using Voila and matplotlib to create interactive web apps. However, we found that the latest version of matplotlib is not working properly with Voila. Changing the ipywidgets...

bug

I try to install the template locally from this repository by using: ```bash pip install -e . ``` However, it seems that voila cannot find the template after the installation....

Make the app supports Voila 0.4 with ipywidgets 8.x

We will set up a test server for the quantum mechanics app.