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 > 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.
## The .ipynb format stays the same JupyterLab is a new interface: it is still browser-based, but it allows to open several files (or terminal sessions) as sub-tabs in a same browser tab, and to tile them. The .ipynb format stays exactly the same and documents are completely compatible. ## Install Install using: ``` $ sage --pip install jupyterlab ``` ## Use Then you can use either or both of Jupyter Notebook and JupyerLab. To start JupyterLab use one of: ``` $ sage -n jupyterlab $ sage --jupyter lab ``` To start Jupyter Notebook use one of: ``` $ sage -n jupyter $ sage --jupyter notebook ``` as usual. ## Videos Some videos presenting JupyterLab: - PyData 2017 https://www.youtube.com/watch?v=dSjvK-Z3o3U - JupyterCon 2017 https://www.youtube.com/watch?v=w7jq4XgwLJQ - PLOTCON 2017: Sylvain Corlay, Interactive Data Visualization in JupyterLab May 2017 https://www.youtube.com/watch?v=p7Hr54VhOp0 ## Localisation JupyterLab 3 will have localisation, helping make Jupyter more accessible to non-English speakers: https://discourse.jupyter.org/t/bienvenido-bienvenue-welcome-jupyterlab-and-extensions-are-now-localizable-mas-informacion-plus-dinfo-more-information/5579 Translations are crowdsourced using Crowdin: https://crowdin.com/project/jupyterlab ## Still missing: presentations in .ipynb with RISE The RISE extension (for notebook-based presentations) so far has not been ported to JupyterLab. Tickets on the RISE side and on the JupyterLab side: - Make RISE work in JupyterLab https://github.com/damianavila/RISE/issues/270 - Integrate RISE into JupyterLab https://github.com/jupyterlab/jupyterlab/issues/6494 -- 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+unsubscr...@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.