Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/update dps version #90

Merged
merged 22 commits into from
Mar 1, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a5835d7
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 13, 2023
81bb7ad
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 21, 2023
49ee438
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 28, 2023
203416e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 4, 2023
9065760
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 9, 2023
10f82d5
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 10, 2023
486fd90
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 23, 2023
eb3615e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 25, 2023
4d03679
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 30, 2023
c09dd41
updated maap help to version 1.0.1
grallewellyn Oct 30, 2023
84a7f29
converted back to 1.0.0
grallewellyn Oct 30, 2023
9f23a8e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 2, 2023
d8e95ce
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 8, 2023
d5e2f91
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 30, 2023
554915e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Dec 7, 2023
4a0628d
added in lines that set conda forge as the default and create .condarc
grallewellyn Jan 10, 2024
6592c42
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Jan 16, 2024
ce123f9
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Jan 18, 2024
4334ebf
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Feb 27, 2024
a49e10b
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Feb 28, 2024
e38b76d
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Feb 29, 2024
9216c55
increased dps version to 0.5.9
grallewellyn Feb 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN jupyter labextension disable @jupyterlab/apputils-extension:announcements
###############################
# Custom Jupyter Extensions
###############################
RUN jupyter labextension install @maap-jupyterlab/[email protected].2 --no-build
RUN jupyter labextension install @maap-jupyterlab/[email protected].9 --no-build

# PyPi package prepended with 'maap' so it more easily discoverable
RUN pip install maap-jupyter-server-extension==1.2.2
Expand Down