Sigurður Baldursson

Results 8 comments of Sigurður Baldursson

To require global modules/packages in an IJavascript session in notebook with JupyterHub you have to have the environment variable NODE_PATH set. Run "npm root -g" to find out where your...

That's also a cool way if you have it in --startup-script Otherwise you would have to write it in every notebook. I also wanted to mention about the order in...

What is your traitlets version? Traitlets does not require double quotes after version 5 so If you are using the latest nbgrader with traitlets below v.5, it might not work....

Hey @BertR, hope you are doing well. I am just checkin, are you guys using Octave assignments at Noteable? I remember someone mentioning using Octave at their school during the...

@glyph You can also do it like this, I have not used it with gmail but I it is much better then pasting the ?code={somecode} into your actual python code....

You know you can authenicate against groups with memberOf by just adding it to the `lookup_dn_search_filter` Here is an example: ``` c.LDAPAuthenticator.lookup_dn_search_filter = '(&({login_attr}={login})(memberOf=CN=SomeCnName,OU=SomeOu,OU=SomeOU,DC=bla,DC=com))' ``` and also using `c.LDAPAuthenticator.user_attribute =...

Did you try this before with python 3.8 or 3.7 and did it work?

Same issue, Ubuntu 16.04. Notebook version 5.4.1 running on Jupyterhub When loading the notebook I also get that /user/{username}/static/components/codemirror/mode/prolog/prolog.js failed to load. I installed the prolog kernel in a virtual...