I want to import the following packages with snippets in jupyter notebook:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import yfinance as yf
I tried to add my sub_menu in snippets, but I couldn't! Can anyone give me advice?