Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/migrating/custom-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is for example the case for community contributed themes such as [jupyter-t

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

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:
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:

```bash
pip install jupyterlab-night
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Specific plotting library integration is a feature of the kernel.
## Installing kernels

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

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