RhodiumGroup / docker_images

Docker images for Rhodium's jupyterlab deployments
2 stars 2 forks source link

update packages to allow for interactive mpl #78

Closed bolliger32 closed 5 years ago

bolliger32 commented 5 years ago

Workflow

Summary

Updated conda packages with the original intent to allow the %matplotlib widget magic to work, enabling interactive mpl plots. In doing so, ended up updating a few other packages (some of which were necessary to enable this). See list below.

Also, conda installed latest pip, rather than conda installing earlier pip and then pip-installing latest pip. If that was there for a reason, just let me know and I can undo that change.

Features

bolliger32 commented 5 years ago

ok @delgadom - bumped the rhg_compute_tools version on worker and moved those pip installs back to the bottom of the docker file

delgadom commented 5 years ago

This and #77 look good to me. these ready to be merged?

bolliger32 commented 5 years ago

I think so. Did we ever figure out why numpy was 15.1 instead of 15.4?

bolliger32 commented 5 years ago

conda list says 1.15.4 on the compute-test notebook, so maybe something is going on with the latest build of numpy

delgadom commented 5 years ago

@bolliger32 I actually can't reproduce the numpy version issue. just spun up compute-test.rhg.com and found numpy 1.15.4.

delgadom commented 5 years ago

and I checked the docker build log and that's what it says it installed. you saw this on the notebook server? do you have it installed with pip install --user somehow?