HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

JupyterLab: Some notes #41

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

I'm prototyping adding JupyterLab to the CBI stack, cf. https://github.com/HenrikBengtsson/CBI-software/tree/master/CBI/wip-jupyterlab

I'm new to it, so it'll be awhile before I figured out everything. I'll use this issue to scribble down notes.

HenrikBengtsson commented 2 years ago

Figure out how to make --no-browser the default, because the CBI software stack is designed for non-GUI HPC environments. This can be set in user's personal ~/.jupyter/jupyter_notebook_config.py as:

c.NotebookApp.open_browser = False
HenrikBengtsson commented 2 years ago

I install JupyterLab via pip to a virtual environment. This means that the python version is also frozen at the time of install and made part of the virtualenv.