Hi all,
I'l trying to build some kind of a 'deployable' miniconda package containing jupyter, ipywidgets and widgetsnbextension.
The problem is that an anaconda installation is known to be 'unmovable' - due to the hardcoded paths injected by the install process.
In order to workaround this limitation, I consequently tried to install miniconda in a directory present on any host - e.g. /usr/local - so that the paths are valid on any machine.
Unfortunately, I have a problem with ipywidgets. It seems to be related to the installation its JS part.
So my question is, where are the JS stuffs installed? Where does "dev-install" put those files?
Thanks,
Nicolas