Tips#
Change logging level#
You can change the logging level by setting the LOG_LEVEL environment variable. For example,
export LOG_LEVEL=DEBUG
ai2-kit ...
Use nglview to visualize atoms structures in Jupyter Notebook#
You can use the ase.visualize.view function to view atoms structures in Jupyter Notebook. If you would like to use nglview as your viewer, you need to take some extra steps to make it work.
# Install nglview
pip install nglview
# Enable Jupyter Notebook extension
jupyter nbextension enable --py widgetsnbextension