Notebook for data analytics and simulations regarding Filecoin Baseline Function & associated metrics like rewards and share of the world storage
Authors:
%load_ext autotime
%load_ext autoreload
%autoreload 2
time: 7.87 ms (started: 2021-08-16 20:02:19 +00:00)
# External dependences
import pandas as pd
import numpy as np
import plotly.express as px
from prophet import Prophet
import matplotlib.pyplot as plt
from plotly.subplots import make_subplots
import plotly.graph_objects as go
# Move path to parent folder
import sys
sys.path.insert(1, '../')
import plotly
plotly.offline.init_notebook_mode()