On Thu, Dec 17, 2015 at 6:41 PM, rob moser <
rbm...@gmail.com> wrote:
> For what it's worth: the remaining problem I had was that I'd set:
>
> c.Spawner.notebook_dir = '~/.notebook'
>
> and that directory did not exist for all of my users. I guess I expected it
> to be created automatically if it didn't exist, but that doesn't seem to be
> the case. Don't know if that is behaving as intended, but if so then a
> config option that allowed it to be created would be nice.
I've gone back and forth on this. In fact, the single-user server used
to create its notebook directory if it didn't already exist. We
removed this because it hid bugs - if you misspell the notebook
directory, it will happily create a new directory in the wrong path,
rather than telling you that you have asked it to run notebooks in a
directory that doesn't exist.
Adding an option is certainly a possibility.
-MinRK
>
> Thanks again for your help,
>
> - rob.
>
>
> On Thursday, December 17, 2015 at 8:51:25 AM UTC-7, rob moser wrote:
>>
>>
>>
>> On Thursday, December 17, 2015 at 6:40:57 AM UTC-7, Min RK wrote:
>>>
>>> JupyterHub only passes a whitelist of environment variables to the
>>> single-user server subprocesses. LD_LIBRARY_PATH isn’t on that list,
>>> so you may want to add it to env_keep:
>>>
>>> c.LocalProcessSpawner.env_keep.append('LD_LIBRARY_PATH')
>>>
>>
>> Perfect; exactly the solution I needed. (My server is now successfully
>> progressing to the next error on the list, but I'll see what I can do with
>> it myself before I come running for help.)
>>
>> Thanks for your help!
>>
>> - rob.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Jupyter" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
jupyter+u...@googlegroups.com.
> To post to this group, send email to
jup...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/jupyter/99c9f7bc-96d6-4bc2-9946-acd4a69f8343%40googlegroups.com.