[sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread
Hi, I maintain a SageNB server since 2011. But as you know, SageMath has droped the support of SageNB on Python3. Now I want to run SageNB in SagaMath 9.1. But I failed many times. I follows the codes by Samuel Lelièvre given in https://ask.sagemath.org/question/53501/get-the-error-nameer

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread Dima Pasechnik
Hi, SageMath never supported SageNB on Python3, it did not "drop" such a support. SageNB has been *retired *since SageMath stopped supporting Python2 in version 9.2, and it is high time to switch to another notebook solution, while converters from SageNB are readily available. This should not be a

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread Xie
Yes. I use *Jupyter* *Notebook* myself. But I need share with other people sometimes. And *Jupyter* Notebook* does not* provide a server mode to make the others register an account. Most students use Windows, which is not very friendly to SageMath. I also tried Cocalc in Docker. It

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread Dima Pasechnik
On Tue, Nov 17, 2020 at 2:50 PM Xie wrote: > Yes. I use *Jupyter* *Notebook* myself. But I need share with other > people sometimes. And *Jupyter* Notebook* does not* provide a server > mode to make the others register an account. what you need is https://jupyterhub.readthedocs.io/en/l

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-17 Thread Xie
Thanks, but jupyterhub does not supoort real-time collaboration now though roadmap contains this. 在2020年11月18日星期三 UTC+8 上午2:07:29 写道: > On Tue, Nov 17, 2020 at 2:50 PM Xie wrote: > >> Yes. I use *Jupyter* *Notebook* myself. But I need share with other >> people sometimes.