python - Jupyterhub page header and css override in config -


i using jupyterhub extension of website. have deployed jupyterhub on amazon ec2 , want override default style (css file) , page header integrate nicely other site.

is there way configure jupyterhub custom style css file , header html file command line when launching?

preferably in fashion such :

$ jupyterhub --jupyterhub.style=custom.css --jupyterhub.header=custom.html 


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -