jupyter的几个版本
-
https://jupyterlite.readthedocs.io/en/latest/
JupyterLite is a JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions.
JupyterLite是一个纯前端版本 整个运行在浏览器当中https://github.com/jupyterlab/jupyterlab/issues/3275
从这个帖子中 官方认为JupyterLite可以以PWA的方式运行的移动端
JupyterLite (which includes both JupyterLab and Notebook 7) should now work as Progressive Web Apps on both Android and iOS -
https://github.com/jupyterlab/retrolab
retrolab 是一个复古的版本 This repository has been archived by the owner on Feb 16, 2023. It is now read-only. 2月16号已经停止维护 所有的特性已经合入 notebook 7notebook 7 是当前的主干分支 用于维护传统的jupyter界面(当前主流的是jupyterlab 但是jupyterlab相对比较复杂 notebook 界面相对简单)
https://jupyter-notebook.readthedocs.io/en/latest/notebook.html

-
-
所以 从上面的几个版本情况看 我们应该安装 notebook 7(经典界面 对手机端比较友好) 和jupyterlab(现代界面)两个环境 然后通过jupyterhub 进行自动识别 /tree 或者 /lab 来进行手机端和电脑端的自适应
