Skip to content

Commit

Permalink
try to address jupyter version problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao2 committed Sep 27, 2022
1 parent 0c894b9 commit 0185393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN pip install --upgrade \
rtree \
"s3fs<=0.4"

RUN pip install --upgrade jupyterlab jupyterlab-git
RUN pip install --upgrade jupyterlab-git

RUN conda install --yes \
'nbstripout'
Expand Down
2 changes: 1 addition & 1 deletion datascience-notebook/tests/controls/jupyter_lab_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

describe command('jupyter-lab --version') do
its('exit_status') { should eq 0 }
its('stdout') { should match /3.4.7/ }
its('stdout') { should match /3.1.11/ }
end
end

0 comments on commit 0185393

Please sign in to comment.