Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 198 Bytes

File metadata and controls

15 lines (10 loc) · 198 Bytes

ipython

Useful commands

# Install a Python kernel
ipython kernel install --name myenv --display-name "Python (myenv)"

# Help of a subcommand
ipython kernel -h

# Help
ipython -h