Rolf Wuthrich

Results 3 issues of Rolf Wuthrich

We are trying to setup an XML file validation process using the official MTConnect schema. We use for this the python library [lxml](https://github.com/lxml/lxml) like so: ``` from lxml import etree...

clarification

I would like to suggest to extend the support of jupyter-scheduler to JupyterHub. I feel this could be beneficial for several use cases. For example in our case we use...

enhancement

I am not sure to understand how to correctly capture the errors of some `python-on-whales` calls. A specific example: ``` docker = DockerClient(compose_files=['docker-compose.yml']) docker.compose.up(detach=True) ``` The `docker-compose.yml` contains an error...