Skip to content

Commit

Permalink
set minimum jupyter_server requirement to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Oct 9, 2024
1 parent 4192de0 commit e9bf990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
- name: Install python packages with pip
pip:
name:
- jupyter_server==1.23.6
- jupyter_server>=1.23.6
- jupyterlab
- notebook
- voila
Expand Down

0 comments on commit e9bf990

Please sign in to comment.