The Jupyter notebook developers encourage users to transition to using JupyterLab, see https://github.com/jupyter/notebook#notice
On Wednesday, August 19, 2020 at 5:55:22 PM UTC-4 Matthias Koeppe wrote:The Jupyter notebook developers encourage users to transition to using JupyterLab, see https://github.com/jupyter/notebook#notice
just for informational purposes, exactly what effect does this have on end users? Can they still open .ipynb files? The link you give is a little vague on this, and the picture at https://jupyter.org makes it seems like the new version is more of an RStudio type IDE, which is a lot for students to handle in non-programming courses.
2020-08-20 12:54:55 UTC, kcrisman:>> On Wednesday, August 19, 2020 at 5:55:22 PM UTC-4 Matthias Koeppe wrote:>> > The Jupyter notebook developers encourage users to transition to> > using JupyterLab, see https://github.com/jupyter/notebook#notice>> Hi - just for informational purposes, exactly what effect does this> have on end users? Can they still open .ipynb files? The link you> give is a little vague on this, and the picture at> makes it seems like the new version is more of an RStudio type IDE,> which is a lot for students to handle in non-programming courses.
Regarding the more complicated interface (which I also wonder
about), the second item from the above notice is:
"2. To address JupyterLab feature parity issues. As part of this effort, we are also working on a better notebook-only experience in JupyterLab for users who prefer the UI of the classic Jupyter Notebook."
Thanks for all the info below.
--
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 an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/3eb29ecf-6da7-4d7d-ad8a-c747cac02180o%40googlegroups.com.
I think Sage would be better off sticking with Jupyter Classic until a version of JupyterLab is available that can emulate Classic; otherwise, the interface switch will be fairly jarring to users, especially the less experienced ones for whom notebook interfaces are particularly appealing, in addition to all the technical hurdles.
--
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 an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAEcArF39Q0fzwUiTkUbEc9ij1HG4HpbHTzWbui5xA04Ocjt8yw%40mail.gmail.com.
2. Karl-Dieter, to answer your question about notebooks: we've worked really hard to make the transition from "classic Notebook" to JupyterLab smooth, so yes, it not only opens notebook files, but we also went to great lengths to have feature parity with notebook.
2020-08-03 03:07 UTC, Jason Grout:
> 6. For syntax highlighting - here is a comment showing how to add
> syntax highlighting for a filetype:
> https://github.com/jupyterlab/jupyterlab/issues/4223#issuecomment-547934247.
> However, I agree it's not very elegant, and we should make that a better api.
Great to read. I was wondering if there was an official ticket for that,
so thanks for the pointer to the relevant GitHub issue. Do you know
whether this works both for JupyterLab and Jupyter Notebook?
Always great to hear from you, Jason!2. Karl-Dieter, to answer your question about notebooks: we've worked really hard to make the transition from "classic Notebook" to JupyterLab smooth, so yes, it not only opens notebook files, but we also went to great lengths to have feature parity with notebook.As you know, my primary concern remains with those who are not using Sage via administered solutions, but who will have had to change notebook format/style possibly twice within five years. For research mathematicians, data scientists, etc., that is nothing; for someone who only teaches a certain course once every two or three years, that could make someone prefer to stay with a "more stable" notebook interface - say, one that starts with an M, not to put too fine a point on it.To make a positive suggestion, would it be possible for whatever the Sage default behavior for opening a worksheet is to have some sort of backward compatibility as well? As an example, if we can get someone to update the Mac app to launch a Jupyterlab server instead of a Jupyter server whenever that would become the default, that would be useful. (Otherwise the Mac app may have to be dropped, since its primary usefulness is in being able to "just start a worksheet" and have it paired to .sws or .ipynb files through the GUI, though there are many quite useful secondary features as well.) Ideally a user who only interacts via single-user worksheets, no matter how they launch them, might never even notice the difference, though maybe that's not possible.
"We're really excited about some of the improvements coming in JupyterLab 3.0 (targeted for release before JupyterCon), especially in the single-document mode that makes it much more approachable, similar to the simplicity you get in the classic Notebook."That sounds great. Are there screenshots available for those who might not have time to test out Jupyterlab properly?