jiffyclub / snakeviz

An in-browser Python profile viewer
https://jiffyclub.github.io/snakeviz/
Other
2.36k stars 139 forks source link

adds the possibility to specify the port and address with "%snakeviz" #133

Closed lucasiscovici closed 5 years ago

lucasiscovici commented 5 years ago

adds the possibility to specify the port and address with "%snakeviz"

EX: %snakeviz -H 127.0.0.1 -p 6006 sum([1+2])