-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from ryanlovett/apps
Update workflows and tech docs.
- Loading branch information
Showing
8 changed files
with
68 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Remote Desktop | ||
--- | ||
|
||
Some GUI applications require a full desktop environment to run. Instead of | ||
trying to get students to install software locally, we offer a full fledged | ||
Linux desktop environment they can access from inside their browser. This is | ||
just a different user interface with the same infrastructure. Users are | ||
operating in their DataHub home directories. | ||
|
||
Try remote desktop on [EECS DataHub](https://eecs.datahub.berkeley.edu/hub/user-redirect/desktop) with a berkeley.edu account, or [on Binder](https://mybinder.org/v2/gh/yuvipanda/jupyter-desktop-server/master?urlpath=desktop) without a berkeley.edu account. | ||
|
||
```{figure} ../images/desktop.png | ||
:width: 500px | ||
:align: center | ||
:name: Shiny Demo | ||
Example of image processing with Qt in remote desktop | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: RStudio | ||
--- | ||
|
||
[RStudio](https://posit.co/products/open-source/rstudio) is an integrated development environment that is popular among R users. | ||
|
||
```{figure} ../images/rstudio.png | ||
:width: 500px | ||
:align: center | ||
:name: RStudio | ||
Example of running RStudio on DataHub | ||
``` | ||
|
||
RStudio is available on many of our R-based hubs, and is the default application on [R hub](https://r.datahub.berkeley.edu). | ||
|
||
|
||
## RStudio Applications | ||
|
||
RStudio has integration with applications such as [Quarto](quarto) and [Shiny](shiny). These applications should work as they do on desktop machines. Windows and tabs will be launched as expected. | ||
|
||
## Using nbgitpuller | ||
|
||
As one might do with Jupyter notebooks, one can use nbgitpuller to pull in code and data into hub environments with RStudio. However unlike JupyterLab, the web-based version of RStudio cannot be configured to open a specific document at server launch. After launching the server, one must manually navigate to the pulled file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.