sbamin / code101

My notes on programming, mostly using R, Python, and bash.
https://code.sbamin.com
MIT License
4 stars 2 forks source link

Setting up CPU env - Part 2 - Programming 101 #20

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Setting up CPU env - Part 2 - Programming 101

Getting started with HPC Setup. Part 2: Configure conda enviornment, setup R and python, configure Jupyter kernels and start Jupyter Lab.

https://code.sbamin.com/hpc/cpu/sumner_2/

gmhhope commented 1 year ago

Reading your post and it is really helpful! Thank you! I just found that somehow mamba install bash_kernel did not install the bash kernel until I changed to conda install bash_kernel

gmhhope commented 1 year ago

Turns out that this is because I am not running in compute node and it renders error code 137, which is not explicitly shown when using vscode.