Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 261 Bytes

File metadata and controls

12 lines (10 loc) · 261 Bytes

Python Cheat Sheet

Commonly used python patterns

Starting Jupyter Notebook

# To start jupyter notebook ip address must be explicit
# SELinux Pre-requisites
setsebool nis_enabled=1 selinuxuser_tcp_server=1
# Daemon
jupyter-notebook --ip=127.0.0.1