Skip to content

Commit

Permalink
removed libraries not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaanj18 committed Nov 17, 2023
1 parent 611017c commit 9ab26a9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/ArtificialInformation_Filter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,15 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"\n",
"os.environ[\"USE_PYGEOS\"] = \"0\"\n",
"\n",
"import fsspec\n",
"import xarray as xr\n",
"import xbitinfo as xb\n",
"import numcodecs\n",
"import numpy as np\n",
"import hvplot.xarray\n",
"import intake\n",
"import metpy\n",
"import cartopy.crs as ccrs\n",
"import cartopy.feature as cfeature\n",
"import zarr\n",
"import matplotlib.pyplot as plt\n",
"from xbitinfo.xbitinfo import _cdf_from_info_per_bit\n",
"from xbitinfo.xbitinfo import get_keepbits\n",
"import plotly.io as pio\n",
"\n",
"pio.renderers.default = \"notebook\""
"from xbitinfo.xbitinfo import get_keepbits"
]
},
{
Expand Down

0 comments on commit 9ab26a9

Please sign in to comment.