Skip to content

Instantly share code, notes, and snippets.

@yaojenkuo
Created May 11, 2020 13:25
Show Gist options
  • Save yaojenkuo/9b04296032aad64f2bec352fb9675d16 to your computer and use it in GitHub Desktop.
Save yaojenkuo/9b04296032aad64f2bec352fb9675d16 to your computer and use it in GitHub Desktop.
import sys
import numpy as np
import pandas as pd
import matplotlib as mpl
print(sys.version)
print(np.__version__)
print(pd.__version__)
print(mpl.__version__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment