Hello all,
I’ve configured the Jupyter Notebook interactive app previously a couple of times without issue, but it’s been a while, and I’m encountering a problem on a new cluster that I haven’t seen before. This is NOT a problem with OOD, but I’m hopeful someone can assist anyway, as Google hasn’t been particularly helpful…
I’m on Rocky 9.4 and by default the system Python installation is managed through DNF (as opposed to, e.g., pip3). I can install the core Jupyter with dnf install python3-jupyter-core
and then configure the basic Jupyter interactive sandbox app according to the tutorial, but the error returned when trying to launch is:
Jupyter command 'jupyter-notebook' not found.
This is not isolated to the interactive app. From the command line, jupyter notebook
produces the same error, as does python3 -m jupyter notebook
.
I’m certain I can avoid all of this by using, e.g., miniconda or a virtual environment, but that doesn’t allow me to create a system-wide interactive app through OOD. All advice (rightly) encourages users to use some kind of virtual environment rather than the system version of Python, but I’d imagine others would encounter a similar issue when trying to work through the steps for the interactive app, especially if they are using dnf rather than pip.
Any guidance would be appreciated.
Warmest regards,
Jason