import sys
sys.path.append('../../peakpo/')
sys.path.append('../local_modules/')Insert the following lines to avoid error in reading CIF from ASE when you make a cif file from CrystalMaker.
_symmetry_space_group_name_H-M "P 1"
_symmetry_int_tables_number 1
Space group number can be found in: https://en.wikipedia.org/wiki/List_of_space_groups
This may not need anymore after matplotlib 3.5.
import matplotlib
matplotlib.rcParams['pdf.fonttype'] = 42
matplotlib.rcParams['ps.fonttype'] = 42conda create -n nikola python=3.6 lxml docutils Pillow MarkupSafe mako Pygments six python-dateutil cloudpickle requests unidecode natsort decorator traitlets tornado ptyprocess pexpect pickleshare appnope simplegeneric wcwidth ipython pyzmq jupyter ipykernel Jinja2 Markdown PyYAML mistune html5lib bleach jsonschema nbformat entrypoints nbconvert terminado notebook watchdog macfseventsthen activate the new environment
conda activate nikolaNikola website: https://getnikola.com
Jupyter blog using Nikola: https://post2web.github.io/posts/jupyter-blogging/
Make a personal website: https://www.matthewallcock.co.uk/posts/creating-a-website-using-nikola/