All Questions
3 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 ...
4
votes
2
answers
4k
views
How do I use snippets for Jupyter Notebook with VSCode?
I've been using VSCode for a while and at the moment I am trying to set up snippets to work. They seem to work well with simple Python (.py) files but not with Jupyter Notebook (.ipynb) files. Is ...