In [1]:
!python --version


Python 3.7.2

In [1]:
import numpy as np
import scipy 
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import sklearn
import networkx as nx

In [ ]: