Skip to content

Commit 1003f68

Browse files
authored
Fix link to the IPython install page (#7783)
* Fix link text for IPython install page * Update JupyterLab Night theme installation link
1 parent a5c9c93 commit 1003f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/migrating/custom-themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is for example the case for community contributed themes such as [jupyter-t
88

99
Fortunately installing a custom theme for Notebook 7 is very easy. It is the same process as installing a regular extension.
1010

11-
For example let's say you want to install the [JupyterLab Night](https://github.com/martinRenou/jupyterlab-night) theme. You can do so by running the following command:
11+
For example let's say you want to install the [JupyterLab Night](https://github.com/jupyterlab-contrib/jupyterlab-night) theme. You can do so by running the following command:
1212

1313
```bash
1414
pip install jupyterlab-night

docs/source/notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Specific plotting library integration is a feature of the kernel.
355355
## Installing kernels
356356

357357
For information on how to install a Python kernel, refer to the
358-
[IPython install page](https://ipython.org/install.html).
358+
[IPython install page](https://ipython.org/install).
359359

360360
The Jupyter wiki has a long list of [Kernels for other languages](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels).
361361
They usually come with instructions on how to make the kernel available

0 commit comments

Comments
 (0)