.. _psi4v180_mamba141_ase322_jupyter: ********************************************************* {{ psi4v180_mamba141_ase322_jupyter.hub_specifications[0]["Source"].split("/")[-1] }} ********************************************************* {% set title = psi4v180_mamba141_ase322_jupyter.get("name") %} {{title}} ========================================================= {% block content %} {{ psi4v180_mamba141_ase322_jupyter.description }} {% endblock content %} Source Specifications ===================== {% block specifications %} {% for dc in psi4v180_mamba141_ase322_jupyter.source_specifications %} {% for key, value in dc.items() %} * **{{ key }}**: {{ value }} {% endfor %} {% endfor %} {% endblock specifications %} MolSSI Container Hub Specifications =================================== {% block hub_specifications %} {% for dc in psi4v180_mamba141_ase322_jupyter.hub_specifications %} {% for key, value in dc.items() %} * **{{ key }}**: {{ value }} {% endfor %} {% endfor %} {% endblock hub_specifications %} * **Image pull command**: .. code-block:: bash {{ psi4v180_mamba141_ase322_jupyter.docker_pull_command }} * **Container run command**: .. code-block:: bash {{ psi4v180_mamba141_ase322_jupyter.docker_run_command }} {% block note %} {% if psi4v180_mamba141_ase322_jupyter.note != "" %} .. note:: {{ psi4v180_mamba141_ase322_jupyter.note }} {% endif %} {% endblock note %} Image Specifications ==================== {% block image_specifications %} {% for dc in psi4v180_mamba141_ase322_jupyter.image_specifications %} {% for key, value in dc.items() %} {% if dc[key] is string or dc[key] == "" %} * **{{ key }}**: {{ value }} {% else %} * **{{ key }}**: {% for key2 in dc[key] %} {% for key3, val3 in key2.items() %} + *{{ key3 }}*: {{ val3 }} {% endfor %} {% endfor %} {% endif %} {% endfor %} {% endfor %} {% endblock image_specifications %}