Skip to content
Snippets Groups Projects
Verified Commit 4cb79fdb authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

Merge branch 'master' into local

parents 25e0abbc bccbffcc
No related branches found
No related tags found
1 merge request!65Crystal structure changes
Pipeline #18319 passed
......@@ -7,7 +7,7 @@ stages:
build lectures:
stage: build
before_script:
- pip install -U mkdocs mkdocs-material python-markdown-math notedown ics
- pip install -Ur requirements.txt
script:
- python convert_timetable.py
- python execute.py
......
......@@ -22,7 +22,11 @@
{% else %}
<pre class="thebelab-code" data-executable="true" data-language="python">{{cell.source}}</pre>
<div class="thebelab-output" data-output="true" markdown="1">
{% if output.data['text/html'] %}
{{ output.data['text/html'] }}
{% else %}
{{ super() }}
{% endif %}
</div>
{% endif %}
{% endblock %}
......
......@@ -12,3 +12,4 @@ notedown
mkdocs
mkdocs-material
python-markdown-math
ics
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment