-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move images * .internal.yml
- Loading branch information
Showing
15 changed files
with
63 additions
and
57 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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