Skip to content

Instantly share code, notes, and snippets.

@sjev
Last active February 22, 2023 20:55
Show Gist options
  • Save sjev/21a97867759a18587e19b486b8c3f25c to your computer and use it in GitHub Desktop.
Save sjev/21a97867759a18587e19b486b8c3f25c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# create virtual environment
python3 -m venv venv && \
source venv/bin/activate && \
pip install -r requirements.txt
"""
interp2d is being depricated
this gist is intended for finding an alternative and evaluating performance
"""
# %%
import numpy as np
import matplotlib.pyplot as plt
# %%
numpy
scipy
matplotlib
jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment