[jupyter] Binder Lets Me Upload Custom Modules!?

2018-03-09 Thread Lawrence D’Oliveiro
Hey, I’m impressed. Just for fun, I thought I would put my Qahirah Notebooks on mybinder.org. Initially they couldn’t find qahirah.py, of course, but once I had uploaded that , they seemed to work. And here they are

[jupyter] jupyterlab settings - line numbers default

2018-03-09 Thread Samah Sohrab
Hi, I'm a new user of jupyterlab and I was wondering about changing the settings. Specifically, showing line numbers. 1. From a new user standpoint, it would be nice to have this setting become the default when I change it, so that I don't have to enable it manually each time. 2. I attempted

Re: [jupyter] Environment variables PATH and PYTHONPATH not available in notebook

2018-03-09 Thread Michael Milligan
I wonder if you just didn't try all the permutations here. You mention that you did try /etc/profile, but possibly you didn't try it again after configuring shell_cmd? Quoting from the Bash manpage: >When bash is invoked as an interactive login shell, or as a > non-interactive shell

[jupyter] Re: Environment variables PATH and PYTHONPATH not available in notebook

2018-03-09 Thread Roland Weber
Have you tried setting BASH_ENV? https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html /etc/profile should have worked in combination with --login only. .bashrc never had a chance, because the shell isn't interactive. -- You received this message because you are subscribed