Re: [jupyter] JupyterHub Not able to Login SUSE Linux 11 SP3 OS

2018-01-20 Thread Karthik Pitchaimani
Yes, I can able to import below libs from python shell. import babel import sys import pytz import time from datetime import timedelta from datetime import tzinfo from threading import RLock if sys.platform == 'win32': from babel.localtime._win32 import _get_localzone else: from

Re: [jupyter] Invalidate spawn in pre_spawn_hook?

2018-01-20 Thread Michael Milligan
I'm surprised to hear that throwing an exception there causes any havoc; in the code there is a generic exception handler that shouldn't let any uncaught exceptions leak through. There is potential for trouble, though, if you are using a spawner that does some vial initialization during the