Skip to content

gp-ryu/webLinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running Rstudio or Jupyter lab via private domain

I usually use Jupyter and Rstudio on local or remote with no complicated network configuration. However, it is nessesary to run Rstudio and Jupyter and host it to use under different network schemes. Thanks to rstudio-server-conda, running Rstudio server is now so much easier without needs root access, easy to manage own rsession, and saves ton of time from just waiting spinnig circle on Rstudio!

Prerequisites

Usage

  1. Clone this repository
bash
git clone git@github.com:gp-ryu/webLinker.git
cd webLinker/
  1. Activate the target conda env or set the evironment variable CONDA_PREFIX to point to the location of the conda env.

  2. Do configure before run the service. You can just follow the instruction to do that.

./webLinker config
  1. Execute the webLinker script with desired service.
./webLinker run rstudio -c 16 -m 128G -p 8080
  1. Log into service
  • open private ngrok at your prefered web browser.
  • login with your google account you specified when doing configuration.

Future features

  • run on HPC

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages