Jupyter Server

Revision as of 02:12, 2 November 2022 by Bpopp (talk | contribs) (Created page with "Create user to run the service <pre>sudo useradd spark</pre> Install Python <pre>sudo apt install python3-pip python3-dev</pre> Install pip <pre>sudo -H pip3 install --upgra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Create user to run the service

sudo useradd spark

Install Python

sudo apt install python3-pip python3-dev

Install pip

sudo -H pip3 install --upgrade pip
sudo -H pip3 install virtualenv