Alexander Schlaich

Results 16 comments of Alexander Schlaich

> @schlaicha are you still interested in completing the PR? Sorry for the long delay, in fact I forgot about that one. My collaborator @pstaerk started implementing this in a...

I think the general point that should be clarified is if - we want to provide samples/tutorials that teach physics primarily or - they should primarily show Espresso capabilities. In...

You have to get started somewhere, the logical order is to first reproduce a simple system (i.e. a LJ liquid) before turning to more complicated stuff. And in a second...

> > are single particle MC moves efficient? > > It depends on the system. The fundamental problem with it, is that the correlations are high, resulting in the need...

BTW the same syntax applies for figures. Is this implemented yet?

I proposed a modification in 534a3eaa18b7c1062b8053c597de02eca0079c92 which introduces the "table*" and "longtable*" in the PrettyTable class. However, modyfing the tplx files seems difficult to me as currently the "longtable" is...

Once we have a nice way of merging we can include this. See also #11.

Just checked on my Python3 installation and it works as expected: ``` alex@jah:jupyter-publication-scripts>cat ~/.jupyter/jupyter_nbconvert_config.json { "NbConvertApp": { "postprocessor_class": "post_embedhtml.EmbedPostProcessor" }, "Exporter": { "template_path": [ "/home/alex/.local/share/jupyter/templates", "." ], "preprocessors": [ "pre_codefolding.CodeFoldingPreprocessor",...

Also the template folder is already added to the installation process: ``` alex@jah:jupyter-publication-scripts>python setup.py install --user [...] Install templates to /home/alex/.local/share/jupyter/templates ``` Please provide more feedback on what you think...

I guess we should simply rewrite the merging which I copied somewhere, e.g. see this [link](https://stackoverflow.com/questions/23520542/issue-with-merging-multiple-json-files-in-python). I guess the setup script copies the files correctly? I simply won't have time...