Andreas Herten
Andreas Herten
Thanks, @hvwaldow, that was an easy fix for me!
I want to note somewhere how we solved the issue for JURON, which @jougs referred to in a [previous reply](https://github.com/nest/nest-simulator/issues/1182#issuecomment-484168258). As @jougs said, the issue arises due to LSF coming...
See also pull request #134 for a related thing.
Thanks for the swift response! Is there a `--prefix` as well?
Oh, I was quite unspecific in my original report. Sorry about that. When I install `jupyterlab`, I indeed use `--prefix`: ``` pip3 install --prefix /opt/python/modules/3.6/jupyterlab/0.31.8 "jupyterlab==0.31.8" ``` But, after adding...
So if I choose `jupyter serverextension enable --py jupyterlab --sys-prefix=something` that will go into `something`? (Disclaimer: I know nothing about Jupyter's backend stuff)
That means even with `pip3 install jupyterlab --prefix=something`, some files will land in `$(which python3)/../share/jupyter/hub/`? Or do I have a chance to change that?
Ok, that's bad. I am usually not allowed into that directory with my user and needed to request explicit write access.
@consideRatio I still think this is very worthwhile to change. IMHO one can not expect to have access to a whole Linux box/root access. The app should be able to...
The sources of NVSHMEM can be downloaded at Nvidia's when you've signed up for their (free) developer program: https://developer.nvidia.com/nvshmem-downloads I am not sure how this could be reflected in the...