1# Make sure that you have all these libaries available to run the code successfully
2from pandas_datareader import data
3import matplotlib.pyplot as plt
4import pandas as pd
5import datetime as dt
6import urllib.request, json
7import os
8import numpy as np
9import tensorflow as tf # This code has been tested with TensorFlow 1.6
10from sklearn.preprocessing import MinMaxScaler
11