You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"RetroLab is an alternative JupyterLab distribution, built from the ground-up with JupyterLab components, giving the same look and feel as the Classic Jupyter Notebook interface.\n",
11
-
"\n",
12
-
"> **See Also**: For more information about RetroLab, see [the RetroLab documentation](https://github.com/jupyterlab/retrolab#introduction) and [the RetroLab announcement blog post](https://blog.jupyter.org/retrolab-a-jupyterlab-distribution-with-a-retro-look-and-feel-8096b8b223d0).\n",
13
-
"\n",
14
-
"RetroLab is focused on a **single document experience**, but re-uses components from the more flexible (but complex) [JupyterLab interface](https://jupyterlab.readthedocs.io). This allows extensions to work between both interfaces, and streamlines the user experience so that they complement one another.\n",
15
-
"\n",
16
-
"You can do anything with a Jupyter Notebook that you could do with Jupyter Lab. For example, see the [intro.ipynb](intro.ipynb) Jupyter Notebook, which is an introduction to this repository's content and contains some pointers to get you started.\n",
17
-
"\n",
18
-
"> **Note**: This interface is provided by the [Jupyter Lite project](https://jupyterlite.readthedocs.io/en/latest/), which embeds an entire Jupyter Lab interface, with many popular packages for scientific computing, in your browser. There may be some minor differences in behavior between Jupyter Lite and the Jupyter Lab you install locally.\n"
19
-
]
20
-
}
21
-
],
22
-
"metadata": {
23
-
"kernelspec": {
24
-
"display_name": "Python 3 (ipykernel)",
25
-
"language": "python",
26
-
"name": "python3"
2
+
"metadata": {
3
+
"orig_nbformat": 4,
4
+
"kernelspec": {
5
+
"name": "python",
6
+
"display_name": "Pyolite",
7
+
"language": "python"
8
+
},
9
+
"language_info": {
10
+
"codemirror_mode": {
11
+
"name": "python",
12
+
"version": 3
13
+
},
14
+
"file_extension": ".py",
15
+
"mimetype": "text/x-python",
16
+
"name": "python",
17
+
"nbconvert_exporter": "python",
18
+
"pygments_lexer": "ipython3",
19
+
"version": "3.8"
20
+
}
27
21
},
28
-
"language_info": {
29
-
"codemirror_mode": {
30
-
"name": "ipython",
31
-
"version": 3
32
-
},
33
-
"file_extension": ".py",
34
-
"mimetype": "text/x-python",
35
-
"name": "python",
36
-
"nbconvert_exporter": "python",
37
-
"pygments_lexer": "ipython3",
38
-
"version": "3.9.7"
39
-
}
40
-
},
41
-
"nbformat": 4,
42
-
"nbformat_minor": 5
43
-
}
22
+
"nbformat_minor": 5,
23
+
"nbformat": 4,
24
+
"cells": [
25
+
{
26
+
"cell_type": "markdown",
27
+
"source": "# RetroLab Introduction 🌅\n\nRetroLab is an alternative JupyterLab distribution, built from the ground-up with JupyterLab components, giving the same look and feel as the Classic Jupyter Notebook interface.\n\n> **See Also**: For more information about RetroLab, see [the RetroLab documentation](https://github.com/jupyterlab/retrolab#introduction) and [the RetroLab announcement blog post](https://blog.jupyter.org/retrolab-a-jupyterlab-distribution-with-a-retro-look-and-feel-8096b8b223d0).\n\nRetroLab is focused on a **single document experience**, but re-uses components from the more flexible (but complex) [JupyterLab interface](https://jupyterlab.readthedocs.io). This allows extensions to work between both interfaces, and streamlines the user experience so that they complement one another.\n\nYou can do anything with a Jupyter Notebook that you could do with JupyterLab. For example, see the [intro.ipynb](intro.ipynb) Jupyter Notebook, which is an introduction to this repository's content and contains some pointers to get you started.\n\n> **Note**: This interface is provided by the [JupyterLite project](https://jupyterlite.readthedocs.io/en/latest/), which embeds an entire JupyterLab interface, with many popular packages for scientific computing, in your browser. There may be some minor differences in behavior between JupyterLite and the JupyterLab you install locally.\n",
0 commit comments