Add EmoSet training and evaluation
This commit is contained in:
5
share/jupyter/nbconvert/templates/base/cell_id_anchor.j2
Normal file
5
share/jupyter/nbconvert/templates/base/cell_id_anchor.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
{%- macro cell_id_anchor(cell) -%}
|
||||
{% if cell.id | length > 0 -%}
|
||||
id="{{ ('cell-id=' ~ cell.id) | escape_html -}}"
|
||||
{%- endif %}
|
||||
{%- endmacro %}
|
||||
Reference in New Issue
Block a user