probcomp / probcomp-stack

MIT Probabilistic Computing Project software stack
4 stars 5 forks source link

Peg version of jupyter #34

Open riastradh-probcomp opened 7 years ago

riastradh-probcomp commented 7 years ago

Currently we have two dockerfiles: one (ubuntu1604) that uses only apt packages from Ubuntu 16.04 and our probcomp apt repository, and another (ubuntu1604-jupyter) that installs everything except jupyter from Ubuntu 16.04 apt packages and installs jupyter and ipython<6 from pypi with pip.

We should commit to one option.

axch commented 7 years ago

Under the circumstances, I think Jupyter from pip is the only option we have. Pegging a specific version (presumably the latest that exists <6) is, I'm afraid, the best we can do.