I am running RStudio-server on an AWS-VPC with no internet access. When I try to open a new R-Notebook it gets stuck on the loading wheel screen. I have two hypothesis:
- RStudio tries to connect to the internet (for some reason). Since it can't, it gets stuck;
- Dependency problem.
Everything else works fine (normal R scripts).
The machine that serves RStudio is an EC2 instance with Ubuntu 16 and I'm connecting through a Windows Server 2008 instance in the same VPC.
Any alternative hypothesis?