Skip to content

Instantly share code, notes, and snippets.

@SmartDataWithR
Created November 26, 2022 14:34
Show Gist options
  • Save SmartDataWithR/5325de592cca7639e0c004ab1207baaf to your computer and use it in GitHub Desktop.
Save SmartDataWithR/5325de592cca7639e0c004ab1207baaf to your computer and use it in GitHub Desktop.
Snippet: Simple Snippet
{
"Import Packages": {
"prefix": "import_typical",
"body": [
"#%% package import",
"import numpy as np",
"import pandas as pd",
"import matplotlib.pyplot as plt"
],
"description": "Import typical packages"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment