Skip to content

Commit

Permalink
Change to frontend-only extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nenb committed Sep 24, 2024
1 parent ae31856 commit e2a2aa1
Show file tree
Hide file tree
Showing 29 changed files with 15 additions and 687 deletions.
6 changes: 3 additions & 3 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ author_email: [email protected]
author_name: Nick Byrne
has_binder: true
has_settings: true
kind: server
kind: frontend
labextension_name: jupyterlab-jhub-apps
project_short_description: Customisations for jhub-apps.
project_short_description: Customizations for jhub-apps.
python_name: jupyterlab_jhub_apps
repository: https://github.com/nebari-dev/jupyterlab-jhub-apps.git
repository: https://github.com/nebari-dev/jupyterlab-jhub-apps
test: true

7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
set -eux
python -m pip install .[test]
pytest -vv -r ap --cov jupyterlab_jhub_apps
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "jupyterlab_jhub_apps.*OK"
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-jhub-apps.*OK"
python -m jupyterlab.browser_check
Expand Down Expand Up @@ -86,9 +82,6 @@ jobs:
pip install "jupyterlab>=4.0.0,<5" jupyterlab_jhub_apps*.whl
jupyter server extension list
jupyter server extension list 2>&1 | grep -ie "jupyterlab_jhub_apps.*OK"
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-jhub-apps.*OK"
python -m jupyterlab.browser_check --no-browser-test
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ dmypy.json

# Yarn cache
.yarn/

# virtualenv
.venv/
247 changes: 0 additions & 247 deletions .venv/bin/Activate.ps1

This file was deleted.

69 changes: 0 additions & 69 deletions .venv/bin/activate

This file was deleted.

26 changes: 0 additions & 26 deletions .venv/bin/activate.csh

This file was deleted.

Loading

0 comments on commit e2a2aa1

Please sign in to comment.