Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active November 10, 2021 08:45
Show Gist options
  • Save tommylees112/7b8b4598e171d807f87af4005458fcd1 to your computer and use it in GitHub Desktop.
Save tommylees112/7b8b4598e171d807f87af4005458fcd1 to your computer and use it in GitHub Desktop.
filterpy conda environment (https://filterpy.readthedocs.io/en/latest/)
conda create -n kf python=3.9
conda activate kf
conda install -c conda-forge filterpy pandas matplotlib numpy seaborn ipython jupyterlab sklearn black mypy --yes
conda install -c anaconda ipywidgets --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment