So I’m going to set up an new environment using condas.
conda create -n waffle python=3.8 anaconda
conda activate waffle
conda install -n waffle -c conda-forge nb_conda
conda install -n waffle -c conda-forge pandas
conda install -n waffle -c conda-forge matplotlib
conda install -n waffle -c conda-forge pywaffle
Kick off jupter notebook:
jupyter notebook&
Create a new Notebook:

