We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2689a commit d368b29Copy full SHA for d368b29
nb.tpl
@@ -15,6 +15,12 @@ language: python/next
15
{{ '{% raw %}' }}
16
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.2/require.js"></script>
17
18
+<div style="margin: 20px auto; width: 75%; background: #f4f4f8; padding: 20px; font-weight: 400; line-height: 1.85; text-align: center;">
19
+ <strong>Note:</strong> this is <em>pre-release documentation</em> for the upcoming version 4 of Plotly.py.<br/>
20
+ See our <a href="https://plot.ly/python/next/getting-started" style="color: #2391fe">Getting Started</a> guide for v4 installation instructions,
21
+ or head on over to the <a href="https://plot.ly/python" style="color: #2391fe">current v3 docs</a>
22
+</div>
23
+
24
{%- endblock header-%}
25
26
0 commit comments