Skip to content

Commit 446d02e

Browse files
Merge branch '6.5.x' into selenium_test_updates
2 parents 0ca4351 + dc64e03 commit 446d02e

File tree

157 files changed

+71
-27233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+71
-27233
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/check-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v1
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
64+
version_spec: 100.100.100
6465
- name: Check Links
6566
if: ${{ matrix.group == 'link_check' }}
6667
uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1

.github/workflows/enforce-label.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Pull requests to this repo should have a triage label,
2+
# this workflow ensures that this is the case.
3+
14
name: Enforce PR label
25

36
on:

.github/workflows/js.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
architecture: 'x64'
2323
- name: Upgrade packaging dependencies
2424
run: |
25-
pip install --upgrade pip setuptools wheel --user
25+
python -m pip install --upgrade pip setuptools wheel --user
2626
- name: Get pip cache dir
2727
id: pip-cache
2828
run: |

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
repos: []
2+

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you are working in development mode, you will see that your version of Jupyte
7171
Troubleshooting the Installation
7272
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7373

74-
If you do not see that your Jupyter Notebook is not running on dev mode, it's possible that you are
74+
If you do not see that your Jupyter Notebook is running on dev mode, it's possible that you are
7575
running other instances of Jupyter Notebook. You can try the following steps:
7676

7777
1. Uninstall all instances of the notebook package. These include any installations you made using

MANIFEST.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ include CONTRIBUTING.rst
33
include README.md
44
include CHANGELOG.md
55
include package.json
6-
include bower.json
7-
include .bowerrc
86
include pyproject.toml
97
include setup.py
108
include setupbase.py
119
include Dockerfile
12-
include *.js
1310
graft tools
1411
graft notebook/tests
1512

bower.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313
- sphinx
1414
- terminado
1515
- myst-parser
16+
- nbclassic>=0.4.0
1617
- pip:
1718
- nbsphinx
1819
- Send2Trash

0 commit comments

Comments
 (0)