[sage-devel] Re: nbextensions on jupyterlab

2018-03-01 Thread Kwankyu Lee
On Friday, March 2, 2018 at 12:30:29 AM UTC+9, mmarco wrote: > > I am trying to install a service to use Sage through the jupyterlab > frontend, behind a jupyterhub server. > > So far, I could get everything to work, even the threejs interactive > graphics on a standalone jupyterlab instance. I

Re: [sage-devel] Re: GitHub authentication is live on trac.sagemath.org

2018-03-01 Thread Erik Bray
On Mar 2, 2018 01:00, "Erik Bray" wrote: I'm not sure what "git trac config" does. If you've configured your SSH key then there's nothing else to do but push branches. There's nothing to use a username or password for. Oh I see now. This is Sage's git extensions for creating tickets on Sage's T

Re: [sage-devel] Re: GitHub authentication is live on trac.sagemath.org

2018-03-01 Thread Erik Bray
I'm not sure what "git trac config" does. If you've configured your SSH key then there's nothing else to do but push branches. There's nothing to use a username or password for. On Mar 1, 2018 10:21, "Dima Pasechnik" wrote: > AFAIK, github login only allows you to comment on tickets. Commit acce

Re: [sage-devel] Re: BUGS in tensor products of algebras

2018-03-01 Thread Travis Scrimshaw
> >> >>> Free abelian monoid... Hmmm... What free abelian monoid? >>> >>> sage: PBW.basis().keys().an_element() >>> >>> PBW[alpha[1]]^2*PBW[alphacheck[1]]^2*PBW[-alpha[1]]^3 >>> >>> >>> So PBW.basis() is _indexed_ by elements of the basis of PBW? I am sorry >>> for all these stupid questions b

[sage-devel] redirecting docstrings

2018-03-01 Thread Ralf Stephan
Hello, several bug tickets are about the wrong docstring showing in IPython. In one case it is necessary to "redirect" from one function to another (or to rewrite both functions). In another case a doctest of a wrapped class should be shown instead of that from the wrapping class. Both cases inv

Re: [sage-devel] nbextensions on jupyterlab

2018-03-01 Thread Jason Grout
If this is a JupyterLab/JupyterHub question, we have a section in the docs about setting up JLab in JHub: http://jupyterlab.readthedocs.io/en/stable/user/jupyterhub.html Jason On Thu, Mar 1, 2018 at 7:30 AM mmarco wrote: > I am trying to install a service to use Sage through the jupyterlab > f

[sage-devel] nbextensions on jupyterlab

2018-03-01 Thread mmarco
I am trying to install a service to use Sage through the jupyterlab frontend, behind a jupyterhub server. So far, I could get everything to work, even the threejs interactive graphics on a standalone jupyterlab instance. In order to make it run I just copied the corresponding nbextension folder

Re: [sage-devel] Re: GitHub authentication is live on trac.sagemath.org

2018-03-01 Thread Dima Pasechnik
AFAIK, github login only allows you to comment on tickets. Commit access to trac git repo needs to be obtained in the old way. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [sage-devel] Re: GitHub authentication is live on trac.sagemath.org

2018-03-01 Thread Meghana.M Reddy
Hi, I have been trying to set up git trac so that I can try to fix some bugs. I used my github login to be able to use the trac server. I have created an ssh key pair and uploaded the public ssh key in preferences in the trac account. However, when I use this command with my github username and p