Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18464a6

Browse files
committed
Restructuring.
1 parent 1eaf12f commit 18464a6

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

docs/source/what_is_jupyter.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,21 @@ A professor, for instance, might use JupyterLab for their daily work as a data
338338
analyst, and Jupyter Notebook while teaching to provide a simpler, more focused
339339
view of the notebook's content to their students.
340340

341+
### IPython
342+
343+
- [The IPython REPL](https://ipython.readthedocs.io/en/stable/interactive/tutorial.html)
344+
345+
A long time ago, a precursor to Jupyter was created, called ipython (see
346+
the [History of Jupyter](LINK) to learn more about that). It provided some of
347+
the same fast, advanced REPL features that Jupyter still has today, and it
348+
is the default Python kernel bundled with JupyterLab and Notebook. Some of
349+
the features ipython provides:
350+
351+
- interactive shell: [ipython.readthedocs.io/interactive/tutorial][]
352+
- magic commands: [ipython.readthedocs.io/interactive/magics][]
353+
354+
For more details on IPython features check [`docs.jupyter.org > Projects > IPython`](https://docs.jupyter.org/en/latest/projects/ipython_projects.html).
355+
341356
### The notebook format
342357

343358
- [The nbformat software library](https://nbformat.readthedocs.io)
@@ -351,7 +366,7 @@ program outputs, and metadata inside a structured text file.
351366

352367
### JupyterHub
353368

354-
- [JupyterHub](https://jupyterhub.readthedocs.io)
369+
- [JupyterHub for multi-user setups](https://jupyterhub.readthedocs.io)
355370

356371
JupyterHub provides a multi-user management system where many different people
357372
can log in and use their own isolated notebook editor program and environment.
@@ -368,20 +383,6 @@ JupyterHub can be set up in different system configurations:
368383

369384
JupyterHub is quite flexible for many different multi-user scenarios.
370385

371-
### IPython
372-
373-
- [The IPython REPL](https://ipython.readthedocs.io/en/stable/interactive/tutorial.html)
374-
375-
A long time ago, a precursor to Jupyter was created, called ipython (see
376-
the [History of Jupyter](LINK) to learn more about that). It provided some of
377-
the same fast, advanced REPL features that Jupyter still has today, and it
378-
is the default Python kernel bundled with JupyterLab and Notebook. Some of
379-
the features ipython provides:
380-
381-
- interactive shell: [ipython.readthedocs.io/interactive/tutorial][]
382-
- magic commands: [ipython.readthedocs.io/interactive/magics][]
383-
384-
For more details on IPython features check [`docs.jupyter.org > Projects > IPython`](https://docs.jupyter.org/en/latest/projects/ipython_projects.html).
385386

386387
### Interactive Buttons, Sliders and more with ipywidgets
387388

0 commit comments

Comments
 (0)