Skip to content

Releases: TileDB-Inc/shinybg

v0.1.6

16 Feb 20:49
1dbc968
Compare
Choose a tag to compare
  • runBackgroundApp() and renderShinyApp() gain arguments for specifying the location of the app's stdout and stderr streams (#12)
  • Adds exported functions for app management
  • Update Docker hub repo name

shinybg 0.1.5

13 Aug 13:50
Compare
Choose a tag to compare
shinybg 0.1.5 Pre-release
Pre-release
  • Rename package to shinybg

tiledbJupyterShiny 0.1.4

13 Jul 20:42
Compare
Choose a tag to compare
Pre-release
  • Adds AppManager class for managing background shiny apps
  • New runBackgroundApp() function for launching apps as background tasks without rendering an IFrame
  • New demo app for testing
  • Included Jupyter notebook provides an overview of the app manager's functionality

tiledbJupyterShiny 0.1.3

18 Jun 14:29
Compare
Choose a tag to compare
Pre-release
  • `renderShinyApp() now detectes when JupyterLab is running inside kubernetes and uses jupyter-server-proxy's endpoint to serve the shiny app (#4)
  • Improved look of IFrames by removing the border (#5) and matching the height of the viewport (#6)

tiledbJupyterShiny 0.1.2

09 Jun 15:56
12f99fd
Compare
Choose a tag to compare
Pre-release
  • Apps are now launched as background tasks using the callr package.
  • Added a NEWS.md file to track changes to the package.
  • We now verify an app is up and running before rendering the IFrame

tiledbJupyterShiny 0.1.1

07 Jun 14:17
44b8db6
Compare
Choose a tag to compare
Pre-release

Initial release.