Skip to content

Commit 02aeb13

Browse files
authored
oct2023 (#180)
* move images * .internal.yml
1 parent 45815c6 commit 02aeb13

File tree

15 files changed

+63
-57
lines changed

15 files changed

+63
-57
lines changed

.internal.yml

-57
This file was deleted.

dash-stock-pricing/.internal.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Stock Pricing Dashboard with Dash"
4+
path: "."
5+
description: "A Dash application makes it easy to transform your analysis into an interactive dashboard using Python so users can ask and answer questions in real-time, without having to touch any code.h"
6+
tag:
7+
- "Examples|Python|Dash"
8+
url: "/python-examples/dash/"
9+
image: "dash-stock-pricing.png"

fastapi-stock/.internal.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Serving Stock Information with FastAPI "
4+
path: "."
5+
description: "An API allows you to turn your models into production services that other tools and teams can use."
6+
tag:
7+
- "Examples|Python|FastAPI"
8+
url: "/python-examples/fastapi/"
9+
image: "fastapi-stock.png"
File renamed without changes.

jupyter-voila/.internal.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Voila Dashboards"
4+
path: "."
5+
description: "Turn your Jupyter Notebooks into dashboards with Voilà."
6+
tag:
7+
- "Examples|Python|Voila"
8+
url: "/python-examples/voila/"
9+
image: "voila.png"
File renamed without changes.

quarto-lightbox/.internal.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Literate Programming with Quarto"
4+
path: "."
5+
description: "An open-source scientific and technical publishing system."
6+
tag:
7+
- "Examples|Python|Quarto"
8+
url: "/python-examples/quarto"
9+
image: "quarto-lightbox.png"
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Reticulated Image Classification with Shiny and PyTorch"
4+
path: "."
5+
description: "A Shiny for R app powered by a PyTorch Model"
6+
tag:
7+
- "Examples|Python|Reticulate"
8+
url: "/python-examples/shiny-pytorch/"
9+
image: "reticulated-image-classifier.png"

shiny-income-share/.internal.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Interactive Data Exploration with Shiny for Python"
4+
path: "."
5+
description: "Easy web apps for data science without the compromises."
6+
tag:
7+
- "Examples|Python|Shiny"
8+
url: "/python-examples/shiny/"
9+
image: "shiny-income-share.png"

streamlit-income-share/.internal.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
default:
2+
content:
3+
- name: "Interactive Data Exploration with Streamlit"
4+
path: "."
5+
description: "A Streamlit application makes it easy to transform your analysis into an interactive dashboard using Python."
6+
tag:
7+
- "Examples|Python|Streamlit"
8+
url: "/python-examples/streamlit/"
9+
image: "streamlit-income-share.png"

0 commit comments

Comments
 (0)