Skip to content

Commit

Permalink
oct2023 (#180)
Browse files Browse the repository at this point in the history
* move images

* .internal.yml
  • Loading branch information
edavidaja committed Oct 19, 2023
1 parent 45815c6 commit 02aeb13
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .internal.yml

This file was deleted.

9 changes: 9 additions & 0 deletions dash-stock-pricing/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Stock Pricing Dashboard with Dash"
path: "."
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"
tag:
- "Examples|Python|Dash"
url: "/python-examples/dash/"
image: "dash-stock-pricing.png"
File renamed without changes
9 changes: 9 additions & 0 deletions fastapi-stock/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Serving Stock Information with FastAPI "
path: "."
description: "An API allows you to turn your models into production services that other tools and teams can use."
tag:
- "Examples|Python|FastAPI"
url: "/python-examples/fastapi/"
image: "fastapi-stock.png"
File renamed without changes
9 changes: 9 additions & 0 deletions jupyter-voila/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Voila Dashboards"
path: "."
description: "Turn your Jupyter Notebooks into dashboards with Voilà."
tag:
- "Examples|Python|Voila"
url: "/python-examples/voila/"
image: "voila.png"
File renamed without changes
9 changes: 9 additions & 0 deletions quarto-lightbox/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Literate Programming with Quarto"
path: "."
description: "An open-source scientific and technical publishing system."
tag:
- "Examples|Python|Quarto"
url: "/python-examples/quarto"
image: "quarto-lightbox.png"
File renamed without changes
9 changes: 9 additions & 0 deletions reticulated-image-classifier/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Reticulated Image Classification with Shiny and PyTorch"
path: "."
description: "A Shiny for R app powered by a PyTorch Model"
tag:
- "Examples|Python|Reticulate"
url: "/python-examples/shiny-pytorch/"
image: "reticulated-image-classifier.png"
File renamed without changes
9 changes: 9 additions & 0 deletions shiny-income-share/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Interactive Data Exploration with Shiny for Python"
path: "."
description: "Easy web apps for data science without the compromises."
tag:
- "Examples|Python|Shiny"
url: "/python-examples/shiny/"
image: "shiny-income-share.png"
File renamed without changes
9 changes: 9 additions & 0 deletions streamlit-income-share/.internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
default:
content:
- name: "Interactive Data Exploration with Streamlit"
path: "."
description: "A Streamlit application makes it easy to transform your analysis into an interactive dashboard using Python."
tag:
- "Examples|Python|Streamlit"
url: "/python-examples/streamlit/"
image: "streamlit-income-share.png"
File renamed without changes

0 comments on commit 02aeb13

Please sign in to comment.