Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook 6 CI updates #7344

Draft
wants to merge 2 commits into
base: 6.5.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check-release.yml
Expand Up @@ -65,3 +65,5 @@ jobs:
- name: Check Links
if: ${{ matrix.group == 'link_check' }}
uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
with:
ignore-links: 'https://travis-ci.org/jupyter/notebook.svg?branch=master'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imo that link sounds be just removed, wherever it is.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your feedback @krassowski! I have removed this link and updated the public server docs link to point to the 6.5.4 docs build

4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -6,11 +6,11 @@ on:
branches: '*'
jobs:
build:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-12, windows-latest]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Launch with:

### Running in a remote installation

You need some configuration before starting Jupyter notebook remotely. See [Running a notebook server](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to point to older version of Jupyter notebook docs instead? The jupyter-server options will not work with the notebook server.

You need some configuration before starting Jupyter notebook remotely. See [Running a notebook server](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html).

## Development Installation

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/hi-IN/README.md
Expand Up @@ -57,7 +57,7 @@ IPython कोडबेस का बिग स्प्लिट ™। IPython

### एक दूरस्थ स्थापना में चल रहा है

आपको बृहस्पति नोटबुक को दूरस्थ रूप से शुरू करने से पहले कुछ कॉन्फ़िगरेशन की आवश्यकता है। देखें [नोटबुक सर्वर चला रहा है](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html).
आपको बृहस्पति नोटबुक को दूरस्थ रूप से शुरू करने से पहले कुछ कॉन्फ़िगरेशन की आवश्यकता है। देखें [नोटबुक सर्वर चला रहा है](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html).

## विकास स्थापना

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/ja-JP/README.md
Expand Up @@ -37,7 +37,7 @@ Jupyter Notebookの発展的な使用方法に関するドキュメントは、[

### リモートへのインストールにおける実行

Jupyter Notebookをリモートで起動する前に、いくつかの構成が必要です。 [Notebookサーバーの実行](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html)を参照してください。
Jupyter Notebookをリモートで起動する前に、いくつかの構成が必要です。 [Notebookサーバーの実行](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html)を参照してください。

## 開発用インストール

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/zh-CN/README.md
Expand Up @@ -57,7 +57,7 @@ IPython代码库的Big Split™。 IPython 3是最后一个主要的整体

### 在远程安装中运行

在远程启动Jupiter笔记本电脑之前,需要进行一些配置。请参阅 [运行笔记本服务器](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html).
在远程启动Jupiter笔记本电脑之前,需要进行一些配置。请参阅 [运行笔记本服务器](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html).

## 开发设置

Expand Down
2 changes: 1 addition & 1 deletion docs/source/config_overview.rst
Expand Up @@ -64,7 +64,7 @@ Notebook front-end client

Notebook extensions
-------------------
- `Distributing Jupyter Extensions as Python Packages <https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Distributing-Jupyter-Extensions-as-Python-Packages>`_
- `Distributing Jupyter Extensions as Python Packages <https://jupyter-notebook.readthedocs.io/en/v6.5.4/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html>`_
- `Extending the Notebook <https://jupyter-notebook.readthedocs.io/en/stable/extending/index.html>`_


Expand Down
2 changes: 1 addition & 1 deletion docs/source/public_server.rst
Expand Up @@ -32,7 +32,7 @@ This document describes how you can
To use JupyterHub, you need a Unix server (typically Linux) running
somewhere that is accessible to your users on a network. This may run over
the public internet, but doing so introduces additional
`security concerns <https://jupyterhub.readthedocs.io/en/latest/getting-started/security-basics.html>`_.
`security concerns <https://jupyterhub.readthedocs.io/en/latest/tutorial/getting-started/security-basics.html>`_.



Expand Down
4 changes: 2 additions & 2 deletions notebook/templates/login.html
Expand Up @@ -57,7 +57,7 @@ <h3>
If no password has been configured, you need to open the notebook
server with its login token in the URL, or paste it above.
This requirement will be lifted if you
<b><a href='https://jupyter-notebook.readthedocs.io/en/stable/public_server.html'>
<b><a href='https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html'>
enable a password</a></b>.
</p>
<p>
Expand All @@ -76,7 +76,7 @@ <h3>
<p>
See
<b><a
href='https://jupyter-notebook.readthedocs.io/en/stable/public_server.html'>
href='https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html'>
the documentation on how to enable a password</a>
</b>
in place of token authentication,
Expand Down