master_Thesis / trials.qmd
JavedA's picture
init
a67ae61
raw
history blame
962 Bytes
# Trials
Thissince \gls{cnmc}
<!-- ```{python}
import plotly.io as pio
pio.renderers.default = "plotly_mimetype+notebook_connected"
# import plotly.io as pio
import plotly.graph_objects as go
import numpy as np
# Helix equation
t = np.linspace(0, 20, 100)
x, y, z = np.cos(t), np.sin(t), t
fig = go.Figure(data=[go.Scatter3d(
x=x,
y=y,
z=z,
mode='markers',
marker=dict(
size=12,
color=z, # set color to an array/list of desired values
colorscale='Viridis', # choose a colorscale
opacity=0.8
)
)])
# tight layout
fig.update_layout(margin=dict(l=0, r=0, b=0, t=0))
fig.show()
``` -->
<div>
<h1>Hello, World!</h1>
<p>This is my first HTML code.</p>
</div>
<div>
<h1>Hello, World!</h1>
<script>
document.write("This text is generated by JavaScript!");
</script>
</div>
<div>
<h1>Final header</h1>
<p>This is my first HTML code.</p>
</div>