How to install and configure JupyterHub: Difference between revisions

From DISI
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 23:17, 16 July 2018

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