When testing tutorials in the resen docker image, I cannot run python2 without installing additional conda packages. The python2 kernel is not registered with jupyter notebook.
Here's what I did:
start docker container and enter a bash shell in it
source activate python2
jupyter notebook --port 8000
and the notebook server only sees the default conda python3.6 environment.
Originally posted https://github.com/EarthCubeInGeo/ReSEn/issues/2, but moved here after docker stuff was pulled out of the resen repo.
When testing tutorials in the resen docker image, I cannot run python2 without installing additional conda packages. The python2 kernel is not registered with jupyter notebook.
Here's what I did:
and the notebook server only sees the default conda python3.6 environment.
Solutions: https://stackoverflow.com/questions/30492623/using-both-python-2-x-and-python-3-x-in-ipython-notebook
Also, what is all this "not trusted" stuff in the notebook server?