Skip to content

Instantly share code, notes, and snippets.

View MagnusBrzenk's full-sized avatar

MagnusBrzenk

  • Washington Metro
View GitHub Profile
@MagnusBrzenk
MagnusBrzenk / _jupyter_kernel_setup
Last active March 7, 2021 16:09
Bash script to install jupyterlab into a virtual environment with kernels for python3, python2 and R
#!/usr/bin/env false
######################################################################
### Script to set up single venv with kernels for python2, 3 and R
######################################################################
main() {
clear
echo ">>> Creating python3 venv"