Browse this course with the online notebook viewer!
If you use docker, build and run the image:
You can build the container
$docker build -t curso-python .or you can get it from artifactory (TID only):
$docker login dockerhub.hi.inet
# It requests your TID user name and your TID password
$docker pull dockerhub.hi.inet/calba/curso-pythononce you have it
$docker run -d --name curso-python -p 8888:8888 curso-pythonStart the container (not after first run): After build and start you can simply start or stop your container:
$docker start curso-pythonIf you are asked by a token to access jupyter notebook:
$docker logs curso-pythonAnd use the url to get access to the notebooks.
You can also run the course locally if you have python already installed (and pip)
$pip install -r requirements.txtSee
https://github.com/jupyterhub/jupyterhub#prerequisites
https://github.com/jupyterhub/jupyterhub/wiki/Installation-of-Jupyterhub-on-remote-server