add emacs local variable tweaks and add some missing docstrings

This commit is contained in:
Axel Kohlmeyer
2025-06-23 16:51:33 -04:00
parent bfa19f678d
commit 249c6d6de9
7 changed files with 37 additions and 1 deletions

View File

@ -1015,3 +1015,8 @@ class IPyLammps(PyLammps):
"""
from IPython.display import HTML
return HTML("<video controls><source src=\"" + filename + "\"></video>")
# Local Variables:
# fill-column: 100
# python-indent-offset: 2
# End: