Missing jupyter-cache dependency causes standard "Getting started" instructions to fail and import is seemingly unused
Closed this issue · 0 comments
lbianchi-lbl commented
- In a fresh environment, running the following fails with a
ModuleNotFoundError
because ofjupyter_cache
:pip install idaes-pse idaes-examples[gui] idaesx gui
- The exception is raised here:
examples/idaes_examples/build.py
Line 40 in b791db5
get_cache
function imported fromjupyter_cache
is, to the best of my Ctrl-F abilities, not used anywhere