How to install and configure JupyterHub

From DISI
Revision as of 23:17, 16 July 2018 by Jizhou (talk | contribs) (Created page with "This tutorial shows how to install and configure JupyterHub on Centos 7. '''Install Python3.6 (if needed)''' <pre> sudo yum update sudo yum install yum-utils sudo yum groupin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This tutorial shows how to install and configure JupyterHub on Centos 7.

Install Python3.6 (if needed)

sudo yum update
sudo yum install yum-utils
sudo yum groupinstall development
sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
sudo yum install python36u
python3.6 -V