Kurt, Changes were recently made on SMC to permit Sage to be selected as a Jupyter kernel. It seems that things may now be in place to make it possible to also include your Jupyter kernel for FriCAS on SMC. I would love to be able to use FriCAS this way. Do you have any time available to attempt this? I am not sure how I can help but if there is something I can do, just let me know.
Cheers, Bill Page. On 13 August 2015 at 17:46, Kurt Pagani <[email protected]> wrote: > Hello Bill > > There's no hurry for that. The image is on docker-hub and will wait. > I've also included your "axiom.js" and it works as well. By the way - as > a last resort - you might install the kernel locally provided that you > have a functioning IPython 3.x installation (current is 3.2.1): > > $ git clone https://bitbucket.org/kfp/fricas_kernel.git > $ cd fricas_kernel > $ python kernel_setup.py install --user > > But it's admittedly not very handy for collaboration due to the bunch of > dependencies. > > Best regards > Kurt > > Am 13.08.2015 um 19:48 schrieb Bill Page: >> Kurt, >> >> Thanks. I am a bit stuck at the moment since I run SuSE SLES 11 on my >> desktop and this is one of the platforms where docker is not supported >> and likely wont be because 11 uses an older kernel and has been >> replaced by SLES 12. So until I move to 12 (soon) I am stuck for now. >> >> Bill. >> >> On 12 August 2015 at 20:55, Kurt Pagani <[email protected]> wrote: >>> >>> >>> Am 10.08.2015 um 17:57 schrieb Bill Page: >>>> Cool. How can I see it in operation? Do I still need to use ssh to >>>> tunnel? >>>> >>> >>> If you have "docker" installed it might be more convenient working on >>> that. I've just created a docker image: >>> https://hub.docker.com/r/nilqed/ifricas/ >>> >>> $ docker pull nilqed/ifricas >>> $ docker --name ifricas run -d -p 443:8888 -e "PASSWORD=MakeOne" >>> nilqed/ifricas /notebook.sh >>> >>> point to https://localhost and login with password 'MakeOne' given above. >>> >>> Hacking: >>> $docker run -t -i nilqed/ifricas /bin/bash >>> $docker commit (after exit) >>> $docker push >>> >>> regards >>> Kurt -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
