https://datatofish.com/add-julia-to-jupyter/
I was able to do 'conda install -c conda-forge julia' to install julia in my conda environment. Then I was able to enter the Julia terminal and add the iJulia Package 'Pkg.add("IJulia")'
https://stackoverflow.com/questions/37433363/link-conda-environment-with-jupyter-notebook
ex:
ipython kernel install --user --name=<any_name_for_kernel>
https://stackoverflow.com/questions/42635310/remove-kernel-on-jupyter-notebook
ex:
jupyter kernelspec uninstall unwanted-kernel
First activate the environment you want to export ex:
conda env export > env_name.yml