multimeric, to python
@multimeric@genomic.social avatar

Shiny for Python has you pass in functions to App() rather than grouping them into a class or using decorators. It seems a bit unpythonic to me. You even nest function definitions for some reason?

Posit, to python
@Posit@fosstodon.org avatar

Quarto 1.4 has been released 🎉

The release brings new formats for dashboards and Typst, a new manuscript project type, a cross-reference overhaul, Shiny for Python support, and a ton of other updates.

Learn more on the Quarto blog: https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/

skaly, to art
@skaly@mastodon.social avatar

Hey all!
I'm moving a country soon and as I've made it my mission to find the most unique clothes possible for photoshoots in my time living in London, it's now my mission to find them new homes. This outfit with the white showy top and purple shorts is available!
Message if interested!

skaly, to art
@skaly@mastodon.social avatar

Hey all!
I'm moving a country soon and as I've made it my mission to find the most unique clothes possible for photoshoots in my time living in London, it's now my mission to find them new homes. This stunning leather style super colourful jacket is a massive compliment attractor.
Message if interested!

#preloved #art #anime #blue #shiny #uk #london #punk #pink #clothes #fashion #queer #trans #enby

skaly, to art
@skaly@mastodon.social avatar

Hey all!
I'm moving a country soon and as I've made it my mission to find the most unique clothes possible for photoshoots in my time living in London, it's now my mission to find them new homes. This gorgeous pink panther furry jacket is available for purchase. This one really helped me explore my more feminine sides. It's super soft, barely worn and absolutely stunning.
Message if interested!

skaly, to random
@skaly@mastodon.social avatar

Hey all!
I'm moving a country soon and as I've made it my mission to find the most unique clothes possible for photoshoots in my time living in London, it's now my mission to find them new homes. This amazing super shiny blue anime style dress is available for purchase. Message if interested!

#preloved #art #anime #blue #shiny #uk #london

Posit, to random
@Posit@fosstodon.org avatar

Looking for ways to make your Shiny apps a little…shinier? ✨

Join Garrett Grolemund at Posit on Wednesday, January 31st at 11 am ET to learn how to theme and brand your own apps.

Garrett will use (and share the source code for) a fictitious DemoCo app designed to compare the effectiveness of free trials.

No registration is required to attend - add it to your calendar using this link: https://pos.it/team-demo

Can't wait to see you there!

ramikrispin, to github
@ramikrispin@mstdn.social avatar

(1/2) Deploy a Shinylive App ✨ to Github Pages tutorial 👇🏼

I created this tutorial a day after the announcement of the shinylive R version at the Posit conference, using a dev version of the shinylive and httpuv packages. It was on my TODO list for quite a while to update the tutorial with the stable version of the core packages. Thanks to a PR from Ronak Shah 🙏🏼, I updated the tutorial and the supporting Docker 🐳.

video/mp4

ramikrispin,
@ramikrispin@mstdn.social avatar

(2/2) I did not benchmark it, but it seems that the app load time is faster 🏎️compared with the initial shiny live version.

Resources 📚
Tutorial 📖: https://medium.com/p/b4cbd433bdc
Code 🛠️: https://github.com/RamiKrispin/shinylive-r
App 📱: https://ramikrispin.github.io/shinylive-r/

erdirstats, to random

I am looking for beautiful examples of shiny/quarto dashboards (other frameworks are okay too). If you have any link, drop it here 😀

brodriguesco,
@brodriguesco@fosstodon.org avatar

@erdirstats Not sure if beautiful but here's a dashboard developed by the Ministry of Research and Higher education in Luxembourg (where I work) showing our yearly grant-related stats

https://chiffres-cles.mesr.gouvernement.lu/dashboard

TarkabarkaHolgy, to art Hungarian
@TarkabarkaHolgy@ohai.social avatar
ramikrispin, to vscode
@ramikrispin@mstdn.social avatar

Developing Shiny Apps? Adding two lines of code moves your shiny app into listen mode and reflects changes in the code as they are made. Here is an example running inside a dockerized environment with VScode 👇🏼

Code: https://github.com/RamiKrispin/vscode-r-template/blob/main/tests/shiny_run.R

video/mp4

synth, to PokemonGO

Once this roll I'm on ends I'll probably never get another shiny again.

synth, to PokemonGO
Posit, to random
@Posit@fosstodon.org avatar

The team is pleased to announce a huge round of updates for 13 different packages!

• A shiny new look: This release of bslib adds more polish to this new “preset” theme.
• Page-level styling: The new default look is designed to be light and minimal.
• Built-in dark mode support: This release of bslib brings built-in dark mode support to any Shiny app that uses bs_theme().

and more! Read about the notable additions on the Shiny blog: https://shiny.posit.co/blog/posts/shiny-r-1.8.0/

Drmowinckels, to webassembly
@Drmowinckels@fosstodon.org avatar

well, my first attempts at are not going great. How about y'all?

Posit, to python
@Posit@fosstodon.org avatar

We recently released Shiny for Python 0.6.0. This is a big release, with lots of changes:

  • Optional @output
  • New page layouts
  • New components
  • and more!

Learn more in the blog post: https://shiny.posit.co/blog/posts/shiny-python-0.6.0/

ArtThatMakesYouSmile, to Halloween
@ArtThatMakesYouSmile@mastodon.online avatar
Posit, to random
@Posit@fosstodon.org avatar

How do you get started with installing and loading packages with ?

WebR makes it possible to run R code in the browser without the need for an R server to execute the code. But just running R isn't enough, you need the R packages you use every day too.

webR 0.2.0 makes many new packages available (10,324 packages - about 51% of CRAN!), and it's now possible to run apps under webR, entirely client side.

Learn more from @gws on YouTube: https://www.youtube.com/watch?v=CRKuH3ISPgI

stereo, to random Amharic
@stereo@freiburg.social avatar

the @yunohost application catalog revamped and is there:

https://apps.yunohost.org/

RaphaelKohl, to TodayILearned
@RaphaelKohl@social.tchncs.de avatar

Is there any application which gives me the possibility to gather and process data in realtime in a classroom? Like coin thows and dice rolls etc.
I tried Microsoft Forms, but since I only have a few students they have to throw a few times. I cannot find a solution to combine the data. Let them fill out the same form multiple times seems awkward and time consuming. Is an option @rstats

bthalpin,
@bthalpin@mastodon.social avatar

@RaphaelKohl @rstats should work but it would take (a) some programming and (b) being able to host it. I've done a coin-toss exercise with Shiny backed with sqlite3. I haven't used it in practice very often though; I find it disruptive.

dangoodin, to random

It should be clear now that it was and remains a catastrophic mistake for people to view privately owned social media platforms as any kind of public resource. People didn't know better a decade ago. They have no excuse now.

cazabon,

@dangoodin

The , of course, is that (to within rounding error) no-one .

They were too distracted by the , the attractive , that the commercial sites were building to users in.

barbone, to random

Reminder (to myself): reactive objects can return functions, which use other reactive object inside of them

skaly, to random
@skaly@mastodon.social avatar

Shinyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
And handmade and climate friendly vegan small business and supports mental health and neurodiversity art projects but if you lost me at "shiny" here's the link:
https://www.etsy.com/shop/genderlessbyskaly/?etsrc=sdt

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • GTA5RPClips
  • mdbf
  • Youngstown
  • tacticalgear
  • slotface
  • rosin
  • kavyap
  • ethstaker
  • everett
  • khanakhh
  • JUstTest
  • DreamBathrooms
  • InstantRegret
  • normalnudes
  • cubers
  • Leos
  • ngwrru68w68
  • cisconetworking
  • modclub
  • Durango
  • megavids
  • anitta
  • tester
  • lostlight
  • All magazines