Thomas Schmelzer

Results 50 comments of Thomas Schmelzer

Thanks, Rise 3 and nbviewer work together beautifully though. My only problem is that my slides tend to be not wide enough on the screen. See for example: http://nbviewer.jupyter.org/format/slides/github/tschm/thalesians/blob/master/ConditionalValueAtRisk.ipynb#/

I am currently experimenting with Gitlab hosted by us. The functionality to suggest an edit could be interesting but it seems the hardcoded GitHub connection has survived.

I was hoping I could point to our internal Jupyter-Hub server. There is no chance I can rely on Binder.

Thank you @phschiele. The book is still somewhat incomplete. The mbox is displayed in somewhat ugly font. Yes, it would be easy to link it to GitHub actions. Please note...

@phschiele I have to stop working on this for now but I have learnt more details both about Jupyter-Books but also about cvxpy. I have slightly rearranged the content of...

@phschiele The approach taken here seems to be of cosmetic nature but there are features worth thinking about it. Any new notebook will pop up without any further required interaction...

I haven't touched the dockerfile touched by Beakerx for ages. These days I install beakerx with anaconda in the standard Jupyter docker images. Have a look here https://github.com/lobnek/docker/tree/master/jupyter_classic

I use this trick: ``` from pony.orm.core import EntityMeta from pony import orm def upsert(cls, get, set=None): """ Interacting with Pony entities. :param cls: The actual entity class :param get:...

This may help: https://github.com/containers/podman/issues/3323

@stephenpboyd @phschiele @PTNobel