Démo of nbtutor offline!

In [10]:
%reload_ext nbtutor
In [11]:
!ping -c 5 google.com
PING google.com(par21s04-in-x0e.1e100.net (2a00:1450:4007:811::200e)) 56 data bytes
64 bytes from par21s04-in-x0e.1e100.net (2a00:1450:4007:811::200e): icmp_seq=1 ttl=118 time=7.18 ms
64 bytes from par21s04-in-x0e.1e100.net (2a00:1450:4007:811::200e): icmp_seq=2 ttl=118 time=7.18 ms
64 bytes from par21s04-in-x0e.1e100.net (2a00:1450:4007:811::200e): icmp_seq=3 ttl=118 time=7.28 ms
64 bytes from par21s04-in-x0e.1e100.net (2a00:1450:4007:811::200e): icmp_seq=4 ttl=118 time=7.25 ms
64 bytes from par21s04-in-x0e.1e100.net (2a00:1450:4007:811::200e): icmp_seq=5 ttl=118 time=7.25 ms

--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 7.187/7.233/7.286/0.066 ms
In [12]:
!wget --quiet http://monip.org -O - | html2text
                              IP : 78.197.124.179
                  ugi73-2_migr-78-197-124-179.fbx.proxad.net


                   Pas de proxy détecté - No Proxy detected
In [13]:
%%nbtutor?
In [14]:
%%nbtutor --reset --force --debug

x = sum([i**3 for i in range(1, 10)])
print(x)
In [ ]: