Run Jupyter or RStudio
To run RStudio with modules, you can load them directly while creating a session.
For Jupyter Notebook, currently you have to first create a Python kernel via terminal. You can follow this procedure and load modules you need during the first step:
1/ From your normal shell session:
-- module load bioinfo-ifb python/3.9
-- python3 -m ipykernel install --user --name="myenv" --display-name="PythonEnvTest"
2/ From your web session during new notebook creation:
-- open jupyter lab
-- chose PythonEnvTest as a kernel