From d8fb5950f51cf5f2cae628013606c63841e367b6 Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Wed, 1 Apr 2026 16:39:23 +0100 Subject: [PATCH 1/3] issue #codio-17406. install jupyter-collaboration-codio. --- jupyter-collaboration/playbook.yaml | 57 +++-------------------------- 1 file changed, 5 insertions(+), 52 deletions(-) diff --git a/jupyter-collaboration/playbook.yaml b/jupyter-collaboration/playbook.yaml index 7a37366..30d2dbf 100644 --- a/jupyter-collaboration/playbook.yaml +++ b/jupyter-collaboration/playbook.yaml @@ -5,9 +5,12 @@ - apt: update_cache=yes - - name: Installing notebook and nbgrader + - name: Installing jupyter-collaboration-codio pip: - name: jupyter-collaboration + name: jupyter-collaboration-codio + extra_args: -i https://test.pypi.org/simple/ + state: present + version: 4.1.2rc2 become: yes become_user: codio become_method: su @@ -16,56 +19,6 @@ - debug: var=aptout - - name: Remove jupyter-server-ydoc - pip: - name: jupyter-server-ydoc - state: absent - become: yes - become_user: codio - become_method: su - become_flags: -l - register: aptout1 - - - debug: var=aptout1 - - - name: Install jupyter-server-ydoc-codio - pip: - name: jupyter-server-ydoc-codio - state: present - version: 2.1.1 - become: yes - become_user: codio - become_method: su - become_flags: -l - register: aptout2 - - - debug: var=aptout2 - - - name: Remove jupyter-docprovider - pip: - name: jupyter-docprovider - state: absent - become: yes - become_user: codio - become_method: su - become_flags: -l - register: aptoutdocprovider - - - debug: var=aptoutdocprovider - - - name: Install jupyter-docprovider-codio - pip: - name: jupyter-docprovider-codio - state: present - version: 2.1.1 - become: yes - become_user: codio - become_method: su - become_flags: -l - register: aptoutdocprovider2 - - - debug: var=aptoutdocprovider2 - - name: jupyter restarted systemd: enabled: yes From a5f5ecb81545adae97d64b824b0979c412ad909e Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Tue, 21 Apr 2026 11:42:05 +0100 Subject: [PATCH 2/3] install jupyter-collaboration-codio from pypi --- jupyter-collaboration/playbook.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jupyter-collaboration/playbook.yaml b/jupyter-collaboration/playbook.yaml index 30d2dbf..f233c89 100644 --- a/jupyter-collaboration/playbook.yaml +++ b/jupyter-collaboration/playbook.yaml @@ -8,9 +8,8 @@ - name: Installing jupyter-collaboration-codio pip: name: jupyter-collaboration-codio - extra_args: -i https://test.pypi.org/simple/ state: present - version: 4.1.2rc2 + version: 4.1.2 become: yes become_user: codio become_method: su From 8197e313e6523379edb5fd4f32207a338b6a36f6 Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Mon, 25 May 2026 12:45:07 +0100 Subject: [PATCH 3/3] install from test environment for testing purposes --- jupyter-collaboration/playbook.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jupyter-collaboration/playbook.yaml b/jupyter-collaboration/playbook.yaml index f233c89..af92faf 100644 --- a/jupyter-collaboration/playbook.yaml +++ b/jupyter-collaboration/playbook.yaml @@ -8,8 +8,9 @@ - name: Installing jupyter-collaboration-codio pip: name: jupyter-collaboration-codio + extra_args: -i https://test.pypi.org/simple/ state: present - version: 4.1.2 + version: 4.1.3rc2 become: yes become_user: codio become_method: su