Skip to content

Commit

Permalink
Merge pull request #4 from fin-py/driller
Browse files Browse the repository at this point in the history
update markdown text
  • Loading branch information
drillan committed Apr 19, 2022
2 parents da356a3 + a55ac33 commit 3ec59e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions source/code/dash_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,9 @@
---
```
app = dash.Dash(__name__)
app.layout = html.Div(
[
html.Div(
[html.H1("見出し1")],
id="inner1",
),
html.Div(
[
dcc.Markdown(text, style={"display": "inline-block"}),
dcc.Graph(figure=fig, style={"display": "inline-block"}),
],
id="inner2",
),
],
id="outer",
)
import plotly.express as px
if __name__ == "__main__":
app.run_server(debug=True)
fig = px.line(x=[1, 2, 3], y=[3, 5, 2], width=400, height=400)
```
"""
Expand Down
Binary file modified source/resources/md_figure.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ec59e9

Please sign in to comment.