Acceldata Open Source Data Platform
ODP 3.2.3.3-2
Release Notes
What is ODP
Installation
Advanced Installation
Configuration and Management
Upgrade
USER GUIDES
Security
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Jupyter Prerequisites
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Install the Required Packages on the JupyterHub Server
Before proceeding with the JupyterHub installation, ensure that the necessary dependencies are installed on the node designated for the JupyterHub server.
Run the following commands to install the dependencies:
On RHEL 8:
Bash
x
# Install Python 3.8 packagessudo dnf install python38-devel -y# Reset and enable Node.js version 20 sudo dnf module reset nodejs sudo dnf module enable nodejs:20 -y sudo dnf install nodejs -y # Install configurable-http-proxy sudo npm install -g configurable-http-proxyOn Ubuntu 20:
Bash
# Install Python 3.8 packagessudo apt updatesudo apt install -y python3.8 python3.8-venv python3.8-devln -s /usr/bin/python3.8 /usr/local/bin/python3.8# Reset and enable Node.js version 20sudo apt remove nodejs npm -ycurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -sudo apt install nodejs -y# Install configurable-http-proxysudo npm install -g configurable-http-proxyln -s /usr/bin/configurable-http-proxy /usr/local/bin/configurable-http-proxyOn Ubuntu 22:
Bash
sudo apt updatesudo apt install -y software-properties-commonsudo add-apt-repository ppa:deadsnakes/ppa -ysudo apt updatesudo apt install -y python3.8 python3.8-venv python3.8-dev# Reset and enable Node.js version 20sudo apt remove nodejs npm -ycurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -sudo apt install nodejs -y# Install configurable-http-proxysudo npm install -g configurable-http-proxyln -s /usr/bin/configurable-http-proxy /usr/local/bin/configurable-http-proxyThe Node.js version 20 or above is required for JupyterHub to work correctly.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Sep 2, 2025
Was this page helpful?
Next to read:
Install JupyterHub via MpackDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message