Ooo, I’ve been working at this.
I think I found a hack that fixes this. Basically what you do (starting fresh):
- comment out the 4 jupyter lines in
environment.yml
- run
conda env update
- manually install the packages that weren’t installed (mkl-random, cython, etc)
- manually install the 4 jupyter packages that you commented out.
That should work.
My guess is something’s up with the jupyter_contrib_nbextensions
package (which btw you install via: conda install -c conda-forge jupyter_contrib_nbextensions
).