dotfiles/__archive/shell_funcs

9 lines
161 B
Plaintext
Raw Normal View History

2023-09-27 20:31:31 +00:00
# Jupyter lab!
function lab () {
source ~/JUPYTER/bin/activate
cd ~/scratch
powerpip
pip install -r jupyter_requirements.txt
jupyter lab
deactivate
}