Positron IDE Creating Two Single File Shiny Apps in R and Python (Public Beta)

preview_player
Показать описание
Timeline:

00:00 Intro
00:16 Install Shiny extension from OpenVSX
00:52 Create R Script for Shiny App
01:42 Saving the App in a non-home directory (e.g. ~/Desktop or ~/Documents) using Cmd + S / Cntrl + S
02:02 Discussing the play button change when the script file is named app.R
02:16 Running the R Shiny App by pressing play and viewing it in the "Viewer" panel
03:20 Creating a Python script for the Python Shiny app
03:53 Discussing the Shiny for Python run button and hidden options under the carret
04:21 Seeing the Shiny for Python app running inside of the viewer
04:44 Discussing the Python packages like shiny that are being used from my conda environment

Summary:

In this video, we use the Positron IDE (Public Beta) to create and render Shiny applications in both R and Python.

In short, you need to install the Shiny VS extension by going to the extensions tab, searching for `shiny` (the non-deprecated one), and then pressing install on the Shiny extension. Alternatively, you can directly go to the extension page on OpenVSX and install it there:

The Shiny for R app was built using the different UI/Server components here:

The Shiny for Python App was built using the first example here:

Positron can be obtained from:

This was demonstrated on:

Positron Version: 2024.06.1 (Universal) build 27
Code - OSS Version: 1.90.0
Commit: a893e5b282612ccb2200102957ac38d3c14e5196
Date: 2024-06-26T02:08:06.673Z
Electron: 29.4.0
Chromium: 122.0.6261.156
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.5.0

#positron #posit #rstudio #rstats #shiny
Рекомендации по теме
Комментарии
Автор

I created the same app.R file on my desktop. When I try to run the file with the option 'Run Shiny App', I get this error 'Could Not find R. R is installed on your system? If R is installed, please make sure your PATH environment variable is configured correctly'. The same app works perfectly in Rstudio when I use 'Run app'. Did you maybe set something different during the Positron installation? Thanks

alessandrosperanza
Автор

Not working properly, error no xxxx file found

jeevanbhandari