Skip to content

Commit

Permalink
Bugs/double submit null username (#79)
Browse files Browse the repository at this point in the history
* updated maap help to version 1.0.1

* converted back to 1.0.0

* upgraded dps version to add feature disabling submit button/ saying last submitted info and fixing the null username bug
  • Loading branch information
grallewellyn authored Dec 4, 2023
1 parent 9cbf22d commit e45301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN jupyter labextension disable @jupyterlab/apputils-extension:announcements
###############################
# Custom Jupyter Extensions
###############################
RUN jupyter labextension install @maap-jupyterlab/dps-jupyter-extension@0.5.1 --no-build
RUN jupyter labextension install @maap-jupyterlab/dps-jupyter-extension@0.5.2 --no-build

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

0 comments on commit e45301d

Please sign in to comment.