I am new to Anaconda. I have a previous history with Jupyter Notebook and none of it was good. I'm taking a course on ML and the author glosses over a lot of how to set up anaconda, jupyter, etc.
The goal seemed to be to set up a new kernel that runs python and tensorflow. This seems to have worked correctly and the new kernel is running Anaconda.
If I click on this kernel and open a jupyter notebook - either by the terminal or by directly - the Jupyter Notebook seems to recognize the new kernel.
However, any effort to open up a file results in a 500 error. Opening a Jupyter Notebook with the base kernel does still work, but it doesn't show the new kernel.
I have no idea what is happening or how to fix it.