Configuring your shell¶
The JupyterLab Terminal runs the bash
shell.
You can configure your bash
environment (including environment variables, aliases, and functions) by editing the ~/.bashrc
or ~/.bash_profile
files.
Note
Environment variables that you set in ~/.bashrc
or ~/.bashrc_profile
are not available from notebooks.
You can add such environment variables to you ~/notebooks/.user_setups
file, see Export environment variables for notebooks.