Configure Ram And CUP size for Jupyter Notebooks in Jupyter Hub

Is it possible in Jupyter Hub to Configure Ram Size and CPU using Select Box from the UI for number of Jupyter Notebooks or R-Studio setup rather than from backend configuration

Thanks
Priyanka Goel

Have a look at GitHub - jupyterhub/wrapspawner: Mechanism for runtime configuration of spawners for JupyterHub which let’s you customise your spawner with predefined profiles, and Spawners — JupyterHub 1.4.2 documentation which explains how to add a custom form to your spawner.