All Questions
2 questions
1
vote
1
answer
983
views
Jupyter Notebook Extension: Snippets menu is not working after enabling nbextensions
After I have installed nbextensions, I have enabled a few extensions such as Hinterland, Snippets, and Snippets Menu. The other extensions are working pretty fine, except for Snippets Menu.
I am not ...
-2
votes
1
answer
357
views
How can I import two or more packages in jupyter notebook?
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 ...