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

Merge branch 'fix-plotly' into 'master'

Fix plotly plots

Closes #61

See merge request !48
parents 63a7bc91 c69b8ab5
No related branches found
No related tags found
1 merge request!48Fix plotly plots
Pipeline #18309 failed
......@@ -7,7 +7,7 @@ stages:
build lectures:
stage: build
before_script:
- pip install -U mkdocs mkdocs-material python-markdown-math notedown
- pip install -Ur requirements.txt
script:
- python execute.py
- mkdocs build
......
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment