You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Hello - this very well be user error but I was exploring the examples here by building a local docker environment following the initial example and ran into an error after the image was built locally. It looks like an issue post build when launching the jupyterhub environment? It almost seems jupyter wasnt installed or isnt found at the internal commandline inside the containerized env?
Or I missed a step
GSLWL0323090017:Github sserbin$ docker run --name tutorials -p 8888:8888 -v NSIDC-Data-Access-Notebook:/home/jovyan/work nsidc/tutorials
usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir]
[--paths] [--json] [--debug]
[subcommand]
Jupyter: Interactive Computing
positional arguments:
subcommand the subcommand to launch
optional arguments:
-h, --help show this help message and exit
--version show the versions of core jupyter packages and exit
--config-dir show Jupyter config dir
--data-dir show Jupyter data dir
--runtime-dir show Jupyter runtime dir
--paths show all Jupyter paths. Add --json for machine-readable
format.
--json output paths as machine-readable json
--debug output debug information about paths
Available subcommands: dejavu events execute kernel kernelspec migrate
nbconvert run server troubleshoot trust
Jupyter command `jupyter-lab` not found.
Hello - this very well be user error but I was exploring the examples here by building a local docker environment following the initial example and ran into an error after the image was built locally. It looks like an issue post build when launching the jupyterhub environment? It almost seems jupyter wasnt installed or isnt found at the internal commandline inside the containerized env?
Or I missed a step