This is a template for notebooks that aim to be published in the NOMAD AI Toolkit.
This is a template for notebooks that aim to be published in the NOMAD AI Toolkit.
Above the header and logos. Please update the address of the header with the name of the tutorial (instead of 'tutorial_template' - the header will then be automatically generated with data taken from the 'metainfo.json' file at build time), and update with the logos of your institution.
Above the header and logos. Please update the address of the header with the name of the tutorial (instead of 'tutorial_template' - the header will then be automatically generated with data taken from the 'metainfo.json' file at build time), and update with the logos of your institution.
%% Cell type:markdown id: tags:
%% Cell type:markdown id: tags:
## Import modules
## Import modules
%% Cell type:markdown id: tags:
%% Cell type:markdown id: tags:
External modules that are imported and that need to be installed in the local environment using pip, should be specified among the requirements in the 'setup.py' file.
External modules that are imported and that need to be installed in the local environment using pip, should be specified among the requirements in the 'setup.py' file.
Before pushing the notebook to its repository, please don't forget to clear the cell outputs: 'Cell' tab on the top -> 'All Output' -> 'Clear'. Then: 'File' -> 'Save'.
Before pushing the notebook to its repository, please don't forget to clear the cell outputs: 'Cell' tab on the top -> 'All Output' -> 'Clear'. Then: 'File' -> 'Save'.