A few recipes and commands for Jupyter/iPython.
Jupyter Config
Generate a default configuration file with
juypter notebook --generate-config
Passwords
You can enable and set password protection with
jupyter notebook password
Accept all IP
For a public notebook, use
jupyter notebook --ip=* --no-browser