Example code
In [1]:
Copied!
%pip install netpanda
%pip install netpanda
Collecting netpanda Downloading netpanda-0.0.1-py2.py3-none-any.whl.metadata (1.3 kB) Requirement already satisfied: numpy in c:\users\shabiha\anaconda3\envs\geo\lib\site-packages (from netpanda) (1.23.4) Downloading netpanda-0.0.1-py2.py3-none-any.whl (2.6 kB) Installing collected packages: netpanda Successfully installed netpanda-0.0.1 Note: you may need to restart the kernel to use updated packages.
In [2]:
Copied!
import netpanda
import netpanda
In [3]:
Copied!
from netpanda.common import hello_world
from netpanda.common import hello_world
In [4]:
Copied!
hello_world()
hello_world()
Hello World!
In [4]:
Copied!
import random
import random
In [12]:
Copied!
random.randint(2,10)
random.randint(2,10)
Out[12]:
2