Skip to content

Commit 6575935

Browse files
authored
Merge pull request #244 from nmfs-opensci/eeholmes-patch-2
add jupyterlab-open-url-parameter
2 parents d2536c0 + ead03be commit 6575935

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.author="[email protected]"
55
LABEL org.opencontainers.image.source=https://github.com/nmfs-opensci/py-rocket-base
66
LABEL org.opencontainers.image.description="Python (3.12), R (4.4.2), Desktop and Publishing tools"
77
LABEL org.opencontainers.image.licenses=Apache2.0
8-
LABEL org.opencontainers.image.version=2025.03.03
8+
LABEL org.opencontainers.image.version=2025.03.07
99

1010
USER root
1111

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ dependencies:
5252
# over the version available via ubuntu sources
5353
- git>=2.39
5454

55-
# Desktop server
5655
# Not all packages will be available from conda-forge, we install from pip when we need to.
5756
- pip
5857
- pip:
5958
# Access linux desktop from inside JupyterHub
6059
- jupyter-remote-desktop-proxy
60+
# Create urls to open files directly in hub
61+
- jupyterlab-open-url-parameter

0 commit comments

Comments
 (0)