This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |