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

Adding pip install jupyterlab to docker container #31

Open
JonahRileyHuggins opened this issue Oct 29, 2023 · 0 comments
Open

Adding pip install jupyterlab to docker container #31

JonahRileyHuggins opened this issue Oct 29, 2023 · 0 comments

Comments

@JonahRileyHuggins
Copy link
Collaborator

Hi all,

Certain HPC environments support containerized jupyter notebook workflows through Open OnDemand. However, I encountered the following issue when attempting to launch the container on Clemson University's Palmetto Cluster:

Traceback (most recent call last):
 File "/usr/local/bin/jupyter", line 11, in <module>
   sys.exit(main())
 File "/usr/local/lib/python3.6/dist-packages/jupyter_core/command.py", line 285, in main
   command = _jupyter_abspath(subcommand)
 File "/usr/local/lib/python3.6/dist-packages/jupyter_core/command.py", line 125, in _jupyter_abspath
   'Jupyter command `{}` not found.'.format(jupyter_subcommand): Jupyter command `jupyter-lab` not found.

The internal team working with the Palmetto Cluster suggests that we install jupyterlab via pip within this container, like so:
pip install jupyterlab

For further reference, see here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant