utoronto-2i2c / jupyterhub-deploy

Demo JupyterHub deployment for University of Toronto
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Fix RStudio install #108

Closed GeorgianaElena closed 2 years ago

GeorgianaElena commented 2 years ago

Currently, starting RStudio throws: rstudio-error

We were installing r-recommended and r-base before this error, so hopefully installing these might solve the issue.

Update:

Bumped voila version, trying to solve the new issue observed here

damianavila commented 2 years ago

It seems the building is failing now because of some incompatibility with the jupyter contrib extensions...

damianavila commented 2 years ago

Actually, the conflicting underlying package seems to be traitlets.

yuvipanda commented 2 years ago

Let's upgrade lab, notebook as well? Maybe that'll help?

yuvipanda commented 2 years ago

I also know that nbinteract has caused problems like this in our base image in pilot-hubs and we removed it. We could do the same here.

GeorgianaElena commented 2 years ago

Thanks @damianavila and @yuvipanda! I removed nbinteract for now since that had pinned an old version of tratitelts.

Let's upgrade lab, notebook as well? Maybe that'll help?

Yeah, I think we should move https://github.com/utoronto-2i2c/jupyterhub-deploy/pull/98 forward, esp since the nbgitpuller issue should be gone now.

yuvipanda commented 2 years ago

@GeorgianaElena makes sense! Thanks for taking care of this!