Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jul 9, 2024
1 parent 7286fac commit 4c4bd36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d407b409
99ccf51c
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@ <h2 class="anchored" data-anchor-id="locally-with-vs-code">2) Locally with VS Co
<p>While Shinylive is great, it likely isn’t the environment you’ll use to develop Shiny apps, and so it makes sense to set up VS Code and run the examples locally. To do this follow these steps before the workshop:</p>
<ol type="1">
<li>Install <a href="https://code.visualstudio.com/">VS Code</a></li>
<li>Install the Shiny for Python <a href="https://marketplace.visualstudio.com/items?itemName=posit.shiny-python">VS Code extension</a></li>
<li>Install the <a href="https://marketplace.visualstudio.com/items?itemName=posit.shiny">Shiny extension for VS Code</a></li>
<li>Clone the repository with <code>git clone https://github.com/rstudio/shiny-python-workshop-2023.git</code>, or alternately download the repository as a zip file:<br>
<img src="images/git-download-button.png" class="img-fluid" width="287"></li>
<li>Navigate to the project directory and create a new virtual environment with <code>python3 -m venv .venv</code></li>
<li>Set your python interpreter to the virtual environment with <code>CMD + SHIFT + P</code> &gt; <code>Select Interpreter</code></li>
<li>Open a new terminal prompt, which should switch to <code>(.venv)</code></li>
<li>Install the relevant packages with <code>pip install -r requirements.txt</code></li>
</ol>
<p>All of the example apps are stored in the <code>/apps</code> directory. The examples are in <code>apps/examples</code> and the problem sets are in <code>apps/problem-sets</code>. If you’ve installed the Shiny for Python VS Code extension, you can run any of the apps by opening the <code>app.py</code> file and clicking the play button in the top right. (<a href="https://camo.githubusercontent.com/5d947e6dff7d74fd1cf221e79583105c42e4986ae673ce79733ce5edbfdcdda5/68747470733a2f2f7368696e792e7273747564696f2e636f6d2f70792f646f63732f6173736574732f7673636f64652e706e67">See screenshot</a>)</p>
<p>All of the example apps are stored in the <code>/apps</code> directory. The examples are in <code>apps/examples</code> and the problem sets are in <code>apps/problem-sets</code>. If you’ve installed the Shiny extension for VS Code, you can run any of the apps by opening the <code>app.py</code> file and clicking the play button in the top right. (<a href="https://camo.githubusercontent.com/5d947e6dff7d74fd1cf221e79583105c42e4986ae673ce79733ce5edbfdcdda5/68747470733a2f2f7368696e792e7273747564696f2e636f6d2f70792f646f63732f6173736574732f7673636f64652e706e67">See screenshot</a>)</p>
<p>Alternatively, run them from the command line with <code>shiny run &lt;path-to-app.py&gt; --reload</code>.</p>


Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"href": "index.html#locally-with-vs-code",
"title": "Shiny for Python Workshop",
"section": "2) Locally with VS Code",
"text": "2) Locally with VS Code\nWhile Shinylive is great, it likely isn’t the environment you’ll use to develop Shiny apps, and so it makes sense to set up VS Code and run the examples locally. To do this follow these steps before the workshop:\n\nInstall VS Code\nInstall the Shiny for Python VS Code extension\nClone the repository with git clone https://github.com/rstudio/shiny-python-workshop-2023.git, or alternately download the repository as a zip file:\n\nNavigate to the project directory and create a new virtual environment with python3 -m venv .venv\nSet your python interpreter to the virtual environment with CMD + SHIFT + P &gt; Select Interpreter\nOpen a new terminal prompt, which should switch to (.venv)\nInstall the relevant packages with pip install -r requirements.txt\n\nAll of the example apps are stored in the /apps directory. The examples are in apps/examples and the problem sets are in apps/problem-sets. If you’ve installed the Shiny for Python VS Code extension, you can run any of the apps by opening the app.py file and clicking the play button in the top right. (See screenshot)\nAlternatively, run them from the command line with shiny run &lt;path-to-app.py&gt; --reload."
"text": "2) Locally with VS Code\nWhile Shinylive is great, it likely isn’t the environment you’ll use to develop Shiny apps, and so it makes sense to set up VS Code and run the examples locally. To do this follow these steps before the workshop:\n\nInstall VS Code\nInstall the Shiny extension for VS Code\nClone the repository with git clone https://github.com/rstudio/shiny-python-workshop-2023.git, or alternately download the repository as a zip file:\n\nNavigate to the project directory and create a new virtual environment with python3 -m venv .venv\nSet your python interpreter to the virtual environment with CMD + SHIFT + P &gt; Select Interpreter\nOpen a new terminal prompt, which should switch to (.venv)\nInstall the relevant packages with pip install -r requirements.txt\n\nAll of the example apps are stored in the /apps directory. The examples are in apps/examples and the problem sets are in apps/problem-sets. If you’ve installed the Shiny extension for VS Code, you can run any of the apps by opening the app.py file and clicking the play button in the top right. (See screenshot)\nAlternatively, run them from the command line with shiny run &lt;path-to-app.py&gt; --reload."
},
{
"objectID": "exercises/1-hello-world.html",
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://posit-dev.github.io/py-shiny-workshop/exercises/3-reactivity.html</loc>
<lastmod>2024-07-09T16:35:13.678Z</lastmod>
<lastmod>2024-07-09T18:48:02.302Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/py-shiny-workshop/exercises/4-dynamic-ui.html</loc>
<lastmod>2024-07-09T16:35:13.678Z</lastmod>
<lastmod>2024-07-09T18:48:02.302Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/py-shiny-workshop/exercises/5-reactive-effect.html</loc>
<lastmod>2024-07-09T16:35:13.678Z</lastmod>
<lastmod>2024-07-09T18:48:02.302Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/py-shiny-workshop/index.html</loc>
<lastmod>2024-07-09T16:35:13.682Z</lastmod>
<lastmod>2024-07-09T18:48:02.302Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/py-shiny-workshop/exercises/1-hello-world.html</loc>
<lastmod>2024-07-09T16:35:13.678Z</lastmod>
<lastmod>2024-07-09T18:48:02.302Z</lastmod>
</url>
<url>
<loc>https://posit-dev.github.io/py-shiny-workshop/exercises/2-basic-ui.html</loc>
<lastmod>2024-07-09T16:35:13.678Z</lastmod>
<lastmod>2024-07-09T18:48:02.302Z</lastmod>
</url>
</urlset>

0 comments on commit 4c4bd36

Please sign in to comment.