EarthCubeInGeo / resen-core

The core docker image used by resen.
GNU General Public License v3.0
2 stars 3 forks source link

[ENH]: Dockerfile missing ipython 2 kernel #1

Closed asreimer closed 5 years ago

asreimer commented 5 years ago

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:

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.

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?

asreimer commented 5 years ago

Fixed in #5