From 0fbb1b252cb485e4ca4f237f3347d3f5ea741b6f Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 21 Dec 2023 10:19:47 +0100 Subject: [PATCH] Add nbviewer.jupyter.org to the ignore list (#7197) * Add nbviewer.jupyter.org to the ignore list * Fix https link --- .github/workflows/build.yml | 2 +- docs/source/examples/Notebook/Notebook Basics.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a34701baa5..dc3dcc15f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,7 +175,7 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 with: - ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main' + ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org' ignore_glob: 'ui-tests/test/notebooks/*' test_lint: diff --git a/docs/source/examples/Notebook/Notebook Basics.ipynb b/docs/source/examples/Notebook/Notebook Basics.ipynb index 668a5587d6..9e514158e2 100644 --- a/docs/source/examples/Notebook/Notebook Basics.ipynb +++ b/docs/source/examples/Notebook/Notebook Basics.ipynb @@ -185,7 +185,7 @@ "source": [ "The first idea of mouse based navigation is that **cells can be selected by clicking on them.** The currently selected cell gets a grey or green border depending on whether the notebook is in edit or command mode. If you click inside a cell's editor area, you will enter edit mode. If you click on the prompt or output area of a cell you will enter command mode.\n", "\n", - "If you are running this notebook in a live session (not on http://nbviewer.jupyter.org) try selecting different cells and going between edit and command mode. Try typing into a cell." + "If you are running this notebook in a live session (not on https://nbviewer.jupyter.org) try selecting different cells and going between edit and command mode. Try typing into a cell." ] }, {