Re: [jupyter] Jupyter Error: Server Not Running

2021-03-31 Thread Charles Forelle
=2.2.5 > jupyterlab-server==1.2.0 > > Could you please advise if any of these versions may be causing this issue? > > Thanks, > Sunil. > > On Wed, 31 Mar 2021, 2:46 pm Charles Forelle, wrote: > >> This could be a lot of things but I had similar errors that seemed to

Re: [jupyter] Jupyter Error: Server Not Running

2021-03-31 Thread Charles Forelle
This could be a lot of things but I had similar errors that seemed to stem from a mismatch between versions. Are you running the same versions of jupyterlab and jupyterhub on both the Hub and the singleuser servers? On Wed, Mar 31, 2021 at 8:57 AM Sunil Patil wrote: > Hi, > Can some one please

Re: [jupyter] Is it possible to remove the username from the url?

2019-06-05 Thread Charles Forelle
I don't know about not having usernames in the url, but are you using an OAuthenticator (like GoogleOAuthenticator)? The authenticate function is likely what's choosing the email as the username. You can subclass the OAuthenticator and modify that function to generate whatever you want as the

Re: [jupyter] How does jupyter show dataframe as html table ?

2017-12-20 Thread Charles Forelle
The pandas DataFrame class defines a _repr_html_ method that returns an HTML string. On Wed, Dec 20, 2017 at 2:13 AM Jeff Zhang wrote: > Just wondering how does jupyter do that ? Is there any display hook for > that ? and how's that implemented. Thanks > > > -- > You received

Re: [jupyter] Re: Where to put shared settings for jupyterlab extensions on hub

2017-11-06 Thread Charles Forelle
ve > > On Wednesday, November 1, 2017 at 8:29:10 AM UTC-5, Charles Forelle wrote: >> >> Hello, >> >> I have the following setup: >> -JupyterHub using the default local spawner >> -c.Spawner.cmd = ['jupyter', 'labhub'] to run JupyterLab when single-user &

[jupyter] Where to put shared settings for jupyterlab extensions on hub

2017-11-01 Thread Charles Forelle
Hello, I have the following setup: -JupyterHub using the default local spawner -c.Spawner.cmd = ['jupyter', 'labhub'] to run JupyterLab when single-user servers are spawned (labhub extension installed). What's the best way to get common jupyterlab extension settings loaded for each of the users'

Re: [jupyter] Jupyterhub network and/or Configuration errors

2017-10-16 Thread Charles Forelle
I think you want c.JupyterHub.ip and c.JupyterHub.port, not hub_ip and hub_port Does that help? On Mon, Oct 16, 2017 at 3:39 PM Lance Smith wrote: > > I think I have a simple configuration error, but I can't figure it out. I > have a Jupyterhub installation that uses