Skip to content

Instantly share code, notes, and snippets.

View redbasecap's full-sized avatar
⛰️
Work Work Work!

Nicola Spieser redbasecap

⛰️
Work Work Work!
View GitHub Profile
@redbasecap
redbasecap / step_1_install_juypter_lab
Last active September 26, 2023 06:47
Install Jupyter Lab on Mac M1 / M2 with convert to PDF working
# Step 1: Install Jupyter Lab with brew (using miniconda)
brew install miniconda
conda init "$(basename "${SHELL}")"
## restart the shell
conda create -n jupyter python ipython jupyterlab nodejs
conda activate jupyter