diff --git a/.internal.yml b/.internal.yml deleted file mode 100644 index b19ad55..0000000 --- a/.internal.yml +++ /dev/null @@ -1,57 +0,0 @@ -default: - content: - - name: "Interactive Data Exploration with Streamlit" - path: "./streamlit-income-share" - 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: "img/streamlit-income-share.png" - - - name: "Stock Pricing Dashboard with Dash" - path: "./dash-stock-pricing" - 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: "img/dash-stock-pricing.png" - - - name: "Interactive Data Exploration with Shiny for Python" - path: "./shiny-income-share" - description: "Easy web apps for data science without the compromises." - tag: - - "Examples|Python|Shiny" - url: "/python-examples/shiny/" - image: "img/shiny-income-share.png" - - - name: "Voila Dashboards" - path: "./jupyter-voila" - description: "Turn your Jupyter Notebooks into dashboards with VoilĂ ." - tag: - - "Examples|Python|Voila" - url: "/python-examples/voila/" - image: "img/voila.png" - - - name: "Serving Stock Information with FastAPI " - path: "./fastapi-stock" - 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: "img/fastapi-stock.png" - - - name: "Reticulated Image Classification with Shiny and PyTorch" - path: "./reticulated-image-classifier" - description: "A Shiny for R app powered by a PyTorch Model" - tag: - - "Examples|Python|Reticulate" - url: "/python-examples/shiny-pytorch/" - image: "img/reticulated-image-classifier.png" - - - name: "Literate Programming with Quarto" - path: "./quarto-lightbox" - description: "An open-source scientific and technical publishing system." - tag: - - "Examples|Python|Quarto" - url: "/python-examples/quarto" - image: "img/quarto-lightbox.png" \ No newline at end of file diff --git a/dash-stock-pricing/.internal.yml b/dash-stock-pricing/.internal.yml new file mode 100644 index 0000000..75a39a1 --- /dev/null +++ b/dash-stock-pricing/.internal.yml @@ -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" diff --git a/img/dash-stock-pricing.png b/dash-stock-pricing/dash-stock-pricing.png similarity index 100% rename from img/dash-stock-pricing.png rename to dash-stock-pricing/dash-stock-pricing.png diff --git a/fastapi-stock/.internal.yml b/fastapi-stock/.internal.yml new file mode 100644 index 0000000..68d01f2 --- /dev/null +++ b/fastapi-stock/.internal.yml @@ -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" diff --git a/img/fastapi-stock.png b/fastapi-stock/fastapi-stock.png similarity index 100% rename from img/fastapi-stock.png rename to fastapi-stock/fastapi-stock.png diff --git a/jupyter-voila/.internal.yml b/jupyter-voila/.internal.yml new file mode 100644 index 0000000..498c5c1 --- /dev/null +++ b/jupyter-voila/.internal.yml @@ -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" diff --git a/img/voila.png b/jupyter-voila/voila.png similarity index 100% rename from img/voila.png rename to jupyter-voila/voila.png diff --git a/quarto-lightbox/.internal.yml b/quarto-lightbox/.internal.yml new file mode 100644 index 0000000..1cf2efb --- /dev/null +++ b/quarto-lightbox/.internal.yml @@ -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" \ No newline at end of file diff --git a/img/quarto-lightbox.png b/quarto-lightbox/quarto-lightbox.png similarity index 100% rename from img/quarto-lightbox.png rename to quarto-lightbox/quarto-lightbox.png diff --git a/reticulated-image-classifier/.internal.yml b/reticulated-image-classifier/.internal.yml new file mode 100644 index 0000000..a4f47c6 --- /dev/null +++ b/reticulated-image-classifier/.internal.yml @@ -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" diff --git a/img/reticulated-image-classifier.png b/reticulated-image-classifier/reticulated-image-classifier.png similarity index 100% rename from img/reticulated-image-classifier.png rename to reticulated-image-classifier/reticulated-image-classifier.png diff --git a/shiny-income-share/.internal.yml b/shiny-income-share/.internal.yml new file mode 100644 index 0000000..57b7b5b --- /dev/null +++ b/shiny-income-share/.internal.yml @@ -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" diff --git a/img/shiny-income-share.png b/shiny-income-share/shiny-income-share.png similarity index 100% rename from img/shiny-income-share.png rename to shiny-income-share/shiny-income-share.png diff --git a/streamlit-income-share/.internal.yml b/streamlit-income-share/.internal.yml new file mode 100644 index 0000000..93aa359 --- /dev/null +++ b/streamlit-income-share/.internal.yml @@ -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" diff --git a/img/streamlit-income-share.png b/streamlit-income-share/streamlit-income-share.png similarity index 100% rename from img/streamlit-income-share.png rename to streamlit-income-share/streamlit-income-share.png