jupyter tutorial
My university department is updating the instance of sagemath that we use to 8.6. This will use the new Jupyter interface. I have two questions about the upgrade:
1) The old instance of sage we are running has many users each with their own notebooks. How do we migrate the multi-user environment to sagemath with Jupyter?
2) All of our sagemath users will need to migrate to using Jupyter. Is there a good tutorial for using sagemath in Jupyter? The http://www.sagemath.org/help.html documentation and tutorials in sagemath's website still are referencing the old notebooks.
thanks brett
multi-user jupyter means almost certainly setting up jupyterhub: https://jupyter.org/hub .
how do we access inline help? previously typing a function then ? [tab] worked right? now it seems to be something different