Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Code Editor out of Sync" triggered by "duplicate cell" button of new toolbar #13686

Open
fperez opened this issue Dec 31, 2022 · 2 comments
Open

Comments

@fperez
Copy link
Contributor

fperez commented Dec 31, 2022

Description

I know the 'editor out of sync' issue has been a long-standing problem (cf #2951). I think I've found a semi-reliable way to trigger it, so I'm opening it here as a new issue as it may also be related to the new toolbar.

Reproduce

It's not 100% reproducible, but this week I've had several instances where, in a complex notebook, if I use the "duplicate cells" button of the new cell toolbar (which I find very useful, btw!):

image

Then, once I start editing one of the two copies (not sure if it makes a difference which), within a few seconds I get the "code editor out of sync" pop-up.

I hope this gives either some pointers to track this further, as the "out of sync" condition is pretty nasty. Aside, I'd suggest the popup should also instruct the user to immediately save their notebook and entirely reload their session, b/c the first time I didn't and I found out later the notebook was weirdly different than what I thought I'd edited.

Context

  • Operating System and version: MacOS 13.1
  • Browser and version: Firefox 108.0.1
  • JupyterLab version: 3.5.2

Console error output below, as suggested by the pop-up.

Browser Output
{"model":"# First, make a 'Grade' column with the letter grade for everyone\ngrades['Grade'] = grades['Letter Grade'] \n\n# And then reassign the value in that column to be P/NP from Grading Basis:\ndef select_pnp(grade):\n return 'NP' if grade in {'D+', 'D', 'D-', 'F'} else 'P'\n\npnp_students = grades['Grading Basis'].isin(['P/NP', 'S/U'])\ngrades.loc[pnp_students, 'Grade'] = grades['Letter Grade'].map(s.apply(elect_pnp)\ngrades.head()","view":"# First, make a 'Grade' column with the letter grade for everyone\ngrades['Grade'] = grades['Letter Grade'] \n\n# And then reassign the value in that column to be P/NP from Grading Basis:\ndef select_pnp(grade):\n return 'NP' if grade in {'D+', 'D', 'D-', 'F'} else 'P'\n\ndef select_pnp(row):\n\npnp_students = grades['Grading Basis'].isin(['P/NP', 'S/U'])\ngrades.loc[pnp_students, 'Grade'] = grades.apply(['Letter Grade'].map(select_pnp)\ngrades.head()","selections":[{"uuid":"f6f2740e-65ca-4a99-94c6-6e951c4d620f","start":{"line":7,"column":20},"end":{"line":7,"column":20},"style":{"className":"","displayName":"","color":"black"}}],"cursor":{"line":7,"column":20},"lineSep":null,"mode":"text/x-ipython","change":{"from":{"line":8,"ch":0,"sticky":null},"to":{"line":8,"ch":1,"sticky":null},"text":[""],"removed":[" "]}}
@fperez fperez added bug status:Needs Triage Applied to new issues that need triage labels Dec 31, 2022
@JasonWeill JasonWeill added pkg:cell-toolbar and removed status:Needs Triage Applied to new issues that need triage labels Jan 5, 2023
@andrii-i
Copy link
Contributor

andrii-i commented Jan 5, 2023

Hi @fperez !

Trying to reproduce this bug using python code for doubly linked list. Could you please give some idea about the complexity of the notebook you are seeing it with (if you can upload it, it would be even better)?

Could you please also do the steps below that would help to understand the environment better?

  • Run jupyter serverextension list in terminal and share output
  • Run jupyter labextension list in terminal and share output
  • Run jupyter troubleshoot in terminal and share output

Thank you!

Context:

  • Operating System and version: MacOS 12.6.1
  • Browser and version: Firefox 102.6.0esr (64-bit)
  • JupyterLab version: 3.5.2

@fperez
Copy link
Contributor Author

fperez commented Jan 19, 2023

Hi @andrii-i - unfortunately it was a grading notebook full of student information in the code itself, so I'm afraid I can't share it. But it was fairly long (O(100+) code cells + text).

Here's the info:

jupyter serverextension list
config dir: /Users/fperez/.jupyter
    jupyterlab  enabled
    - Validating...
      jupyterlab 3.5.2 OK
    hide_code  enabled
    - Validating...
Error loading server extension hide_code
      X is hide_code importable?
config dir: /Users/fperez/.local/etc/jupyter
    nbdime  enabled
    - Validating...
      nbdime 3.1.1 OK
config dir: /Users/fperez/local/conda/etc/jupyter
    dask_labextension  enabled
    - Validating...
      dask_labextension 6.0.0 OK
    ipyparallel  enabled
    - Validating...
      ipyparallel 8.4.1 OK
    jupyter_lsp  enabled
    - Validating...
      jupyter_lsp 1.5.1 OK
    jupyter_server_proxy  enabled
    - Validating...
      jupyter_server_proxy  OK
    jupyter_resource_usage  enabled
    - Validating...
      jupyter_resource_usage 0.7.0 OK
    jupyterlab  enabled
    - Validating...
      jupyterlab 3.5.2 OK
    jupyterlab_git  enabled
    - Validating...
      jupyterlab_git 0.41.0 OK
    jupytext  enabled
    - Validating...
      jupytext 1.14.4 OK
    nbdime  enabled
    - Validating...
      nbdime 3.1.1 OK
jupyter labextension list
JupyterLab v3.5.2
/Users/fperez/.local/share/jupyter/labextensions
        jupyterlab-mystjs v0.1.1 enabled OK (python, jupyterlab_mystjs)
        nbdime-jupyterlab v2.1.1 enabled OK
        @jupyter-widgets/jupyterlab-manager v3.1.1 enabled OK (python, jupyterlab_widgets)

/Users/fperez/local/conda/share/jupyter/labextensions
jupyterlab-jupytext v1.3.8+dev enabled OK (python, jupytext)
jupyterlab-drawio v0.9.0 enabled OK (python, jupyterlab-drawio)
ipydatagrid v1.1.14 enabled OK
dask-labextension v6.0.0 enabled OK (python, dask_labextension)
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
bqplot v0.5.37 enabled OK (python, bqplot)
ipycanvas v0.13.1 enabled OK
jupyterlab-topbar-extension v0.6.1 enabled OK (python, jupyterlab-topbar)
jupyter-matplotlib v0.11.2 enabled OK
ipyparallel-labextension v8.4.1 enabled OK
jupyterlab-blockly-extension v0.2.0 enabled OK (python, jupyterlab_blockly)
jupyter-leaflet v0.17.2 enabled OK
ipysheet v0.7.0 enabled OK (python, ipysheet)
jupyterlab-plotly v5.12.0 enabled OK
@jupyter-server/resource-usage v0.7.0 enabled OK (python, jupyter-resource-usage)
@lckr/jupyterlab_variableinspector v3.0.9 enabled OK (python, lckr_jupyterlab_variableinspector)
@krassowski/jupyterlab-lsp v3.10.2 enabled OK (python, jupyterlab-lsp)
@jlab-enhanced/favorites v3.1.1 enabled OK (python, jupyterlab-favorites)
@agoose77/jupyterlab-markup v2.0.0 enabled OK (python, jupyterlab_markup)
@jupyterlab/server-proxy v3.2.2 enabled OK
@jupyterlab/geojson-extension v3.3.1 enabled OK (python, jupyterlab-geojson)
@jupyterlab/git v0.41.0 enabled OK (python, jupyterlab-git)

Other labextensions (built into JupyterLab)
app dir: /Users/fperez/local/conda/share/jupyter/lab

jupyter troubleshoot
$PATH:
	/Users/fperez/local/conda/bin
	/Users/fperez/local/conda/condabin
	.
	/Users/fperez/tmp/junk/bin
	/Users/fperez/usr/bin
	/Users/fperez/usr/local/bin
	/Users/fperez/.local/bin
	/opt/homebrew/bin
	/opt/homebrew/sbin
	/usr/local/bin
	/usr/local/sbin
	/usr/local/bin
	/System/Cryptexes/App/usr/bin
	/usr/bin
	/bin
	/usr/sbin
	/sbin
	/Library/TeX/texbin
	/Applications/iTerm.app/Contents/Resources/utilities

sys.path:
	/Users/fperez/local/conda/bin
	/Users/fperez/local/conda/lib/python39.zip
	/Users/fperez/local/conda/lib/python3.9
	/Users/fperez/local/conda/lib/python3.9/lib-dynload
	/Users/fperez/.local/lib/python3.9/site-packages
	/Users/fperez/dev/chat-gpt/jupytee
	/Users/fperez/local/conda/lib/python3.9/site-packages

sys.executable:
	/Users/fperez/local/conda/bin/python

sys.version:
	3.9.15 | packaged by conda-forge | (main, Nov 22 2022, 08:48:25) 
	[Clang 14.0.6 ]

platform.platform():
	macOS-13.1-arm64-arm-64bit

which -a jupyter:
	/Users/fperez/local/conda/bin/jupyter

pip list:
	Package           Version Editable project location
	----------------- ------- ----------------------------------
	appier            1.30.0
	diff-highlight    1.2.0
	google-api        0.1.12
	jupytee           0.0.4   /Users/fperez/dev/chat-gpt/jupytee
	jupyterlab_mystjs 0.1.1

conda list:
	# packages in environment at /Users/fperez/local/conda:
	#
	# Name                    Version                   Build  Channel
	_ipython_minor_entry_point 8.7.0                h8cf3c4a_0    conda-forge
	abseil-cpp                20220623.0           he4e09e4_6    conda-forge
	affine                    2.3.1              pyhd8ed1ab_0    conda-forge
	aiohttp                   3.8.3            py39h02fc5c5_1    conda-forge
	aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
	alabaster                 0.7.13             pyhd8ed1ab_0    conda-forge
	altair                    4.2.0              pyhd8ed1ab_2    conda-forge
	anyio                     3.6.2              pyhd8ed1ab_0    conda-forge
	aom                       3.5.0                h7ea286d_0    conda-forge
	appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
	appnope                   0.1.3              pyhd8ed1ab_0    conda-forge
	argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
	argon2-cffi-bindings      21.2.0           py39h02fc5c5_3    conda-forge
	arrow-cpp                 10.0.1           h44b9a77_4_cpu    conda-forge
	asciitree                 0.3.3                      py_2    conda-forge
	asn1crypto                1.5.1              pyhd8ed1ab_0    conda-forge
	astroid                   2.13.2           py39h2804cbe_0    conda-forge
	asttokens                 2.2.1              pyhd8ed1ab_0    conda-forge
	async-timeout             4.0.2              pyhd8ed1ab_0    conda-forge
	attrs                     21.4.0             pyhd8ed1ab_0    conda-forge
	autopep8                  1.6.0              pyhd8ed1ab_1    conda-forge
	aws-c-auth                0.6.21               h3ff8548_3    conda-forge
	aws-c-cal                 0.5.20               h7a1267a_3    conda-forge
	aws-c-common              0.8.5                h1a8c8d9_0    conda-forge
	aws-c-compression         0.2.16               ha56e2a8_0    conda-forge
	aws-c-event-stream        0.2.17               h79945f9_1    conda-forge
	aws-c-http                0.7.0                h1f22901_0    conda-forge
	aws-c-io                  0.13.12              h2ec9475_1    conda-forge
	aws-c-mqtt                0.7.13              h7873e71_12    conda-forge
	aws-c-s3                  0.2.1                hb5f3373_4    conda-forge
	aws-c-sdkutils            0.1.7                ha56e2a8_0    conda-forge
	aws-checksums             0.1.14               ha56e2a8_0    conda-forge
	aws-crt-cpp               0.18.16              he889ef6_8    conda-forge
	aws-sdk-cpp               1.9.379              hc7b7603_7    conda-forge
	babel                     2.11.0             pyhd8ed1ab_0    conda-forge
	backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
	backports                 1.0                pyhd8ed1ab_3    conda-forge
	backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
	backports.zoneinfo        0.2.1            py39h2804cbe_7    conda-forge
	bcrypt                    3.2.2            py39h02fc5c5_1    conda-forge
	beautifulsoup4            4.11.1             pyha770c72_0    conda-forge
	black                     22.12.0          py39h2804cbe_0    conda-forge
	bleach                    5.0.1              pyhd8ed1ab_0    conda-forge
	blinker                   1.5                pyhd8ed1ab_0    conda-forge
	blosc                     1.21.3               h1d6ff8b_0    conda-forge
	bokeh                     3.0.3              pyhd8ed1ab_0    conda-forge
	boost-cpp                 1.78.0               h1cb353e_1    conda-forge
	bqplot                    0.12.36            pyhd8ed1ab_0    conda-forge
	branca                    0.6.0              pyhd8ed1ab_0    conda-forge
	brotli                    1.0.9                h1a8c8d9_8    conda-forge
	brotli-bin                1.0.9                h1a8c8d9_8    conda-forge
	brotlipy                  0.7.0           py39h02fc5c5_1005    conda-forge
	brunsli                   0.1                  h9f76cd9_0    conda-forge
	build                     0.7.0              pyhd8ed1ab_0    conda-forge
	bzip2                     1.0.8                h3422bc3_4    conda-forge
	c-ares                    1.18.1               h3422bc3_0    conda-forge
	c-blosc2                  2.6.1                h303ed30_0    conda-forge
	ca-certificates           2022.12.7            h4653dfc_0    conda-forge
	cached-property           1.5.2                hd8ed1ab_1    conda-forge
	cached_property           1.5.2              pyha770c72_1    conda-forge
	cachetools                5.2.1              pyhd8ed1ab_0    conda-forge
	cairo                     1.16.0            h73a0509_1014    conda-forge
	cartopy                   0.21.1           py39hda17d7f_0    conda-forge
	certifi                   2022.12.7          pyhd8ed1ab_0    conda-forge
	cffi                      1.15.1           py39h7e6b969_3    conda-forge
	cfitsio                   4.2.0                h2f961c4_0    conda-forge
	cftime                    1.6.2            py39h4d8bf0d_1    conda-forge
	chardet                   5.1.0            py39h2804cbe_0    conda-forge
	charls                    2.4.1                hb7217d7_0    conda-forge
	charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
	click                     8.1.3           unix_pyhd8ed1ab_2    conda-forge
	click-completion          0.5.0                      py_1    conda-forge
	click-log                 0.4.0              pyhd8ed1ab_0    conda-forge
	click-plugins             1.1.1                      py_0    conda-forge
	cligj                     0.7.2              pyhd8ed1ab_1    conda-forge
	cloudpickle               2.2.0              pyhd8ed1ab_0    conda-forge
	cmarkgfm                  0.8.0            py39h02fc5c5_2    conda-forge
	colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
	comm                      0.1.2              pyhd8ed1ab_0    conda-forge
	commonmark                0.9.1                      py_0    conda-forge
	conda                     22.11.1          py39h2804cbe_1    conda-forge
	conda-package-handling    2.0.2              pyh38be061_0    conda-forge
	conda-package-streaming   0.7.0              pyhd8ed1ab_1    conda-forge
	contourpy                 1.0.7            py39haaf3ac1_0    conda-forge
	coverage                  7.0.5            py39h02fc5c5_0    conda-forge
	cryptography              39.0.0           py39he2a39a8_0    conda-forge
	curl                      7.87.0               h9049daf_0    conda-forge
	cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
	cython                    0.29.33          py39h23fbdae_0    conda-forge
	cytoolz                   0.12.0           py39h02fc5c5_1    conda-forge
	dask                      2022.11.0          pyhd8ed1ab_0    conda-forge
	dask-core                 2022.11.0          pyhd8ed1ab_0    conda-forge
	dask-labextension         6.0.0              pyhd8ed1ab_0    conda-forge
	dataclasses               0.8                pyhc8e2a94_3    conda-forge
	dav1d                     1.0.0                he4db4b2_1    conda-forge
	debugpy                   1.6.5            py39h23fbdae_0    conda-forge
	decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
	defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
	dill                      0.3.6              pyhd8ed1ab_1    conda-forge
	distributed               2022.11.0          pyhd8ed1ab_0    conda-forge
	distro                    1.6.0              pyhd8ed1ab_0    conda-forge
	docker-py                 6.0.0              pyhd8ed1ab_0    conda-forge
	docker-pycreds            0.4.0                      py_0    conda-forge
	docopt                    0.6.2                      py_1    conda-forge
	docstring-to-markdown     0.11               pyhd8ed1ab_0    conda-forge
	docutils                  0.17.1           py39h2804cbe_3    conda-forge
	entrypoints               0.4                pyhd8ed1ab_0    conda-forge
	escapism                  1.0.1              pyh9f0ad1d_0    conda-forge
	et_xmlfile                1.0.1                   py_1001    conda-forge
	exceptiongroup            1.1.0              pyhd8ed1ab_0    conda-forge
	executing                 1.2.0              pyhd8ed1ab_0    conda-forge
	expat                     2.5.0                hb7217d7_0    conda-forge
	fasteners                 0.17.3             pyhd8ed1ab_0    conda-forge
	fastprogress              1.0.3              pyhd8ed1ab_0    conda-forge
	fiona                     1.8.22           py39h9e5269e_5    conda-forge
	flake8                    6.0.0              pyhd8ed1ab_0    conda-forge
	flit-core                 3.8.0              pyhd8ed1ab_0    conda-forge
	fmt                       9.1.0                hffc8910_0    conda-forge
	folium                    0.14.0             pyhd8ed1ab_0    conda-forge
	font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
	font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
	font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
	font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
	fontconfig                2.14.1               h82840c6_0    conda-forge
	fonts-conda-ecosystem     1                             0    conda-forge
	fonts-conda-forge         1                             0    conda-forge
	fonttools                 4.38.0           py39h02fc5c5_1    conda-forge
	fortran-magic             0.7                     py_1001    conda-forge
	freetype                  2.12.1               hd633e50_1    conda-forge
	freexl                    1.0.6                h1a8c8d9_1    conda-forge
	frozenlist                1.3.3            py39h02fc5c5_0    conda-forge
	fsspec                    2022.11.0          pyhd8ed1ab_0    conda-forge
	future                    0.18.3             pyhd8ed1ab_0    conda-forge
	gast                      0.4.0              pyh9f0ad1d_0    conda-forge
	gdal                      3.6.2            py39h766d3fc_3    conda-forge
	geopandas                 0.12.2             pyhd8ed1ab_0    conda-forge
	geopandas-base            0.12.2             pyha770c72_0    conda-forge
	geos                      3.11.1               hb7217d7_0    conda-forge
	geotiff                   1.7.1                heeaeb2e_5    conda-forge
	gettext                   0.21.1               h0186832_0    conda-forge
	gflags                    2.2.2             hc88da5d_1004    conda-forge
	giflib                    5.2.1                h27ca646_2    conda-forge
	gitdb                     4.0.10             pyhd8ed1ab_0    conda-forge
	gitpython                 3.1.30             pyhd8ed1ab_0    conda-forge
	glog                      0.6.0                h6da1cb0_0    conda-forge
	gmp                       6.2.1                h9f76cd9_0    conda-forge
	gmpy2                     2.1.2            py39h0b4f9c6_1    conda-forge
	google-auth               2.16.0             pyh1a96a4e_1    conda-forge
	google-auth-oauthlib      0.8.0              pyhd8ed1ab_0    conda-forge
	greenlet                  2.0.1            py39h23fbdae_0    conda-forge
	grpc-cpp                  1.51.1               h44b9a77_0    conda-forge
	gspread                   5.7.1              pyh1a96a4e_0    conda-forge
	h5netcdf                  1.1.0              pyhd8ed1ab_0    conda-forge
	h5py                      3.7.0           nompi_py39hc9149d8_102    conda-forge
	hdf4                      4.2.15               h1a38d6a_5    conda-forge
	hdf5                      1.12.2          nompi_ha7af310_101    conda-forge
	heapdict                  1.0.1                      py_0    conda-forge
	hypothesis                6.62.1             pyha770c72_0    conda-forge
	icu                       70.1                 h6b3803e_0    conda-forge
	idna                      3.4                pyhd8ed1ab_0    conda-forge
	imagecodecs               2022.12.24       py39h43d391a_2    conda-forge
	imageio                   2.24.0             pyh24c5eb1_0    conda-forge
	imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
	importlib-metadata        6.0.0              pyha770c72_0    conda-forge
	importlib_metadata        6.0.0                hd8ed1ab_0    conda-forge
	importlib_resources       5.10.2             pyhd8ed1ab_0    conda-forge
	iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
	intake                    0.6.6              pyhd8ed1ab_0    conda-forge
	intake-esm                2022.9.18          pyhd8ed1ab_0    conda-forge
	intake-geopandas          0.4.0              pyhd8ed1ab_0    conda-forge
	intake-stac               0.4.0              pyhd8ed1ab_0    conda-forge
	intake-xarray             0.6.1              pyhd8ed1ab_0    conda-forge
	ipycanvas                 0.13.1             pyhd8ed1ab_0    conda-forge
	ipydatagrid               1.1.14             pyhd8ed1ab_0    conda-forge
	ipykernel                 6.20.2             pyh736e0ef_0    conda-forge
	ipyleaflet                0.17.2             pyhd8ed1ab_0    conda-forge
	ipympl                    0.9.2              pyhd8ed1ab_0    conda-forge
	ipyparallel               8.4.1              pyhd8ed1ab_0    conda-forge
	ipysheet                  0.7.0              pyhd8ed1ab_0    conda-forge
	ipython                   8.7.0              pyhd1c38e8_0    conda-forge
	ipython-sql               0.3.9           pyhd8ed1ab_1004    conda-forge
	ipython_genutils          0.2.0                      py_1    conda-forge
	ipywidgets                7.6.5              pyhd8ed1ab_0    conda-forge
	iso8601                   1.1.0              pyhd8ed1ab_0    conda-forge
	isort                     5.11.4             pyhd8ed1ab_1    conda-forge
	jaraco.classes            3.2.3              pyhd8ed1ab_0    conda-forge
	jedi                      0.18.2             pyhd8ed1ab_0    conda-forge
	jinja2                    3.0.3              pyhd8ed1ab_0    conda-forge
	joblib                    1.2.0              pyhd8ed1ab_0    conda-forge
	jpeg                      9e                   he4db4b2_2    conda-forge
	json-c                    0.16                 hc449e50_0    conda-forge
	json5                     0.9.5              pyh9f0ad1d_0    conda-forge
	jsonschema                3.2.0              pyhd8ed1ab_3    conda-forge
	jupyter                   1.0.0            py39h2804cbe_8    conda-forge
	jupyter-book              0.13.1             pyhd8ed1ab_0    conda-forge
	jupyter-cache             0.4.3              pyhd8ed1ab_0    conda-forge
	jupyter-lsp               1.5.1              pyhd8ed1ab_0    conda-forge
	jupyter-repo2docker       2022.10.0          pyhd8ed1ab_0    conda-forge
	jupyter-resource-usage    0.7.0              pyhd8ed1ab_0    conda-forge
	jupyter-server-mathjax    0.2.6              pyh5bfe37b_1    conda-forge
	jupyter-server-proxy      3.2.2              pyhd8ed1ab_0    conda-forge
	jupyter-sphinx            0.3.2              pyhd8ed1ab_1    conda-forge
	jupyter_client            7.3.4              pyhd8ed1ab_0    conda-forge
	jupyter_console           6.4.4              pyhd8ed1ab_0    conda-forge
	jupyter_core              5.1.3            py39h2804cbe_0    conda-forge
	jupyter_server            1.23.5             pyhd8ed1ab_0    conda-forge
	jupyterlab                3.5.2              pyhd8ed1ab_0    conda-forge
	jupyterlab-blockly        0.2.1              pyhd8ed1ab_0    conda-forge
	jupyterlab-drawio         0.9.0              pyhd8ed1ab_0    conda-forge
	jupyterlab-favorites      3.1.1              pyhd8ed1ab_0    conda-forge
	jupyterlab-geojson        3.3.1              pyhd8ed1ab_0    conda-forge
	jupyterlab-git            0.41.0             pyhd8ed1ab_1    conda-forge
	jupyterlab-lsp            3.10.2             pyhd8ed1ab_0    conda-forge
	jupyterlab-markup         2.0.0              pyhd8ed1ab_0    conda-forge
	jupyterlab-topbar         0.6.1              pyhd8ed1ab_2    conda-forge
	jupyterlab-variableinspector 3.0.9              pyhd8ed1ab_0    conda-forge
	jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
	jupyterlab_server         2.16.6             pyhd8ed1ab_0    conda-forge
	jupyterlab_widgets        3.0.5              pyhd8ed1ab_0    conda-forge
	jupytext                  1.14.4             pyhcff175f_0    conda-forge
	jxrlib                    1.1                  h27ca646_2    conda-forge
	kealib                    1.5.0                hfd766a6_0    conda-forge
	keyring                   23.13.1          py39h2804cbe_0    conda-forge
	kiwisolver                1.4.4            py39haaf3ac1_1    conda-forge
	krb5                      1.20.1               h69eda48_0    conda-forge
	latexcodec                2.0.1              pyh9f0ad1d_0    conda-forge
	lazy-object-proxy         1.9.0            py39h02fc5c5_0    conda-forge
	lcms2                     2.14                 h481adae_1    conda-forge
	lerc                      4.0.0                h9a09cb3_0    conda-forge
	libabseil                 20220623.0      cxx17_h28b99d4_6    conda-forge
	libaec                    1.0.6                hb7217d7_1    conda-forge
	libarchive                3.6.2                h83f22c9_0    conda-forge
	libarrow                  10.0.1           h198b93e_4_cpu    conda-forge
	libavif                   0.11.1               h3d80962_0    conda-forge
	libblas                   3.9.0           16_osxarm64_openblas    conda-forge
	libbrotlicommon           1.0.9                h1a8c8d9_8    conda-forge
	libbrotlidec              1.0.9                h1a8c8d9_8    conda-forge
	libbrotlienc              1.0.9                h1a8c8d9_8    conda-forge
	libcblas                  3.9.0           16_osxarm64_openblas    conda-forge
	libcrc32c                 1.1.2                hbdafb3b_0    conda-forge
	libcurl                   7.87.0               h9049daf_0    conda-forge
	libcxx                    14.0.6               h04bba0f_0    conda-forge
	libdap4                   3.20.6               h8510809_2    conda-forge
	libdeflate                1.17                 h1a8c8d9_0    conda-forge
	libedit                   3.1.20191231         hc8eb9b7_2    conda-forge
	libev                     4.33                 h642e427_1    conda-forge
	libevent                  2.1.10               h7673551_4    conda-forge
	libffi                    3.4.2                h3422bc3_5    conda-forge
	libgdal                   3.6.2                h9bae3ae_3    conda-forge
	libgfortran               5.0.0           11_3_0_hd922786_27    conda-forge
	libgfortran5              11.3.0              hdaf2cc0_27    conda-forge
	libglib                   2.74.1               h4646484_1    conda-forge
	libgoogle-cloud           2.5.0                hcf11473_1    conda-forge
	libgrpc                   1.51.1               h55edf5b_0    conda-forge
	libiconv                  1.17                 he4db4b2_0    conda-forge
	libjpeg-turbo             2.1.4                h1a8c8d9_0    conda-forge
	libkml                    1.3.0             h41464e4_1015    conda-forge
	liblapack                 3.9.0           16_osxarm64_openblas    conda-forge
	libllvm10                 10.0.1               h4468dd5_2    conda-forge
	libllvm11                 11.1.0               hfa12f05_5    conda-forge
	libmamba                  1.2.0                h7d1d596_0    conda-forge
	libmambapy                1.2.0            py39h6901ea2_0    conda-forge
	libnetcdf                 4.8.1           nompi_h2510be2_106    conda-forge
	libnghttp2                1.51.0               hae82a92_0    conda-forge
	libopenblas               0.3.21          openmp_hc731615_3    conda-forge
	libpng                    1.6.39               h76d750c_0    conda-forge
	libpq                     15.1                 h1a28acd_3    conda-forge
	libprotobuf               3.21.12              hb5ab8b9_0    conda-forge
	librttopo                 1.1.0               h844f84d_12    conda-forge
	libsodium                 1.0.18               h27ca646_1    conda-forge
	libsolv                   0.7.23               hb5ab8b9_0    conda-forge
	libspatialindex           1.9.3                hbdafb3b_4    conda-forge
	libspatialite             5.0.1               h558e587_22    conda-forge
	libsqlite                 3.40.0               h76d750c_0    conda-forge
	libssh2                   1.10.0               h7a5bd25_3    conda-forge
	libthrift                 0.16.0               h6635e49_2    conda-forge
	libtiff                   4.5.0                h5dffbdd_2    conda-forge
	libutf8proc               2.8.0                h1a8c8d9_0    conda-forge
	libuv                     1.44.2               he4db4b2_0    conda-forge
	libwebp                   1.2.4                h999c80f_1    conda-forge
	libwebp-base              1.2.4                h57fd34a_0    conda-forge
	libxcb                    1.13              h9b22ae9_1004    conda-forge
	libxml2                   2.10.3               h87b0503_1    conda-forge
	libxslt                   1.1.37               h1bd8bc4_0    conda-forge
	libzip                    1.9.2                h76ab92c_1    conda-forge
	libzlib                   1.2.13               h03a7124_4    conda-forge
	libzopfli                 1.0.3                h9f76cd9_0    conda-forge
	linkify-it-py             1.0.3              pyhd8ed1ab_0    conda-forge
	llvm-openmp               15.0.7               h7cfbb63_0    conda-forge
	llvmlite                  0.39.1           py39h8ca5d33_1    conda-forge
	locket                    1.0.0              pyhd8ed1ab_0    conda-forge
	lxml                      4.9.2            py39h0520ce3_0    conda-forge
	lz4                       4.2.0            py39hb35ce34_0    conda-forge
	lz4-c                     1.9.3                hbdafb3b_1    conda-forge
	lzo                       2.10              h642e427_1000    conda-forge
	mamba                     1.2.0            py39ha55b623_0    conda-forge
	mapclassify               2.5.0              pyhd8ed1ab_1    conda-forge
	markdown-it-py            1.1.0              pyhd8ed1ab_0    conda-forge
	markupsafe                2.1.1            py39h02fc5c5_2    conda-forge
	matplotlib                3.6.3            py39hdf13c20_0    conda-forge
	matplotlib-base           3.6.3            py39h35e9e80_0    conda-forge
	matplotlib-inline         0.1.4                    pypi_0    pypi
	mccabe                    0.7.0              pyhd8ed1ab_0    conda-forge
	mdit-py-plugins           0.2.8              pyhd8ed1ab_0    conda-forge
	mistune                   0.8.4           pyh1a96a4e_1006    conda-forge
	mock                      5.0.1              pyhd8ed1ab_0    conda-forge
	more-itertools            9.0.0              pyhd8ed1ab_0    conda-forge
	mpc                       1.2.1                h309154c_0    conda-forge
	mpfr                      4.1.0                h6d7a090_1    conda-forge
	mpmath                    1.2.1              pyhd8ed1ab_0    conda-forge
	msgpack-python            1.0.4            py39haaf3ac1_1    conda-forge
	multidict                 6.0.4            py39h02fc5c5_0    conda-forge
	munch                     2.5.0                      py_0    conda-forge
	munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
	mypy_extensions           0.4.3            py39h2804cbe_6    conda-forge
	myst-nb                   0.13.2             pyhd8ed1ab_0    conda-forge
	myst-parser               0.15.2             pyhd8ed1ab_0    conda-forge
	nbclassic                 0.4.8              pyhd8ed1ab_0    conda-forge
	nbclient                  0.5.13             pyhd8ed1ab_0    conda-forge
	nbconvert                 6.5.3              pyhd8ed1ab_0    conda-forge
	nbconvert-core            6.5.3              pyhd8ed1ab_0    conda-forge
	nbconvert-pandoc          6.5.3              pyhd8ed1ab_0    conda-forge
	nbdime                    3.1.1              pyhd8ed1ab_0    conda-forge
	nbformat                  5.7.3              pyhd8ed1ab_0    conda-forge
	ncurses                   6.3                  h07bb92c_1    conda-forge
	nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
	netcdf4                   1.6.2           nompi_py39h8ded8ba_100    conda-forge
	networkx                  3.0                pyhd8ed1ab_0    conda-forge
	nodejs                    18.12.1              h26a3f6d_0    conda-forge
	notebook                  6.5.2              pyha770c72_1    conda-forge
	notebook-shim             0.2.2              pyhd8ed1ab_0    conda-forge
	nspr                      4.35                 hb7217d7_0    conda-forge
	nss                       3.78                 h1483a63_0    conda-forge
	numba                     0.56.4           py39h251cc7c_0    conda-forge
	numcodecs                 0.11.0           py39h23fbdae_1    conda-forge
	numpy                     1.23.5           py39hefdcf20_0    conda-forge
	numpydoc                  1.5.0              pyhd8ed1ab_0    conda-forge
	oauthlib                  3.2.2              pyhd8ed1ab_0    conda-forge
	openai                    0.26.0             pyhd8ed1ab_0    conda-forge
	openjpeg                  2.5.0                hbc2ba62_2    conda-forge
	openpyxl                  3.0.10           py39h02fc5c5_2    conda-forge
	openssl                   3.0.7                h03a7124_1    conda-forge
	orc                       1.8.2                hef0d403_0    conda-forge
	packaging                 23.0               pyhd8ed1ab_0    conda-forge
	pandas                    1.5.2            py39hde7b980_2    conda-forge
	pandas-stubs              1.5.2.230105       pyhd8ed1ab_2    conda-forge
	pandoc                    2.19.2               hce30654_1    conda-forge
	pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
	paramiko                  2.12.0             pyhd8ed1ab_0    conda-forge
	parquet-cpp               1.5.1                         2    conda-forge
	parso                     0.8.3              pyhd8ed1ab_0    conda-forge
	partd                     1.3.0              pyhd8ed1ab_0    conda-forge
	pathspec                  0.10.3             pyhd8ed1ab_0    conda-forge
	pathtools                 0.1.2                      py_1    conda-forge
	patsy                     0.5.3              pyhd8ed1ab_0    conda-forge
	pcre                      8.45                 hbdafb3b_0    conda-forge
	pcre2                     10.40                hb34f9b4_0    conda-forge
	pep517                    0.13.0             pyhd8ed1ab_0    conda-forge
	pep8                      1.7.1                      py_0    conda-forge
	pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
	pickleshare               0.7.5                   py_1003    conda-forge
	pillow                    9.4.0            py39h8bbe137_0    conda-forge
	pip                       22.3.1             pyhd8ed1ab_0    conda-forge
	pixman                    0.40.0               h27ca646_0    conda-forge
	pkginfo                   1.9.6              pyhd8ed1ab_0    conda-forge
	platformdirs              2.6.2              pyhd8ed1ab_0    conda-forge
	plotly                    5.12.0             pyhd8ed1ab_1    conda-forge
	pluggy                    1.0.0              pyhd8ed1ab_5    conda-forge
	pooch                     1.6.0              pyhd8ed1ab_0    conda-forge
	poppler                   22.12.0              h9564b9f_1    conda-forge
	poppler-data              0.4.11               hd8ed1ab_0    conda-forge
	postgresql                15.1                 h45c140d_3    conda-forge
	prettytable               3.6.0              pyhd8ed1ab_0    conda-forge
	proj                      9.1.0                h13f728c_1    conda-forge
	prometheus_client         0.15.0             pyhd8ed1ab_0    conda-forge
	promise                   2.3              py39h2804cbe_7    conda-forge
	prompt-toolkit            3.0.36             pyha770c72_0    conda-forge
	prompt_toolkit            3.0.36               hd8ed1ab_0    conda-forge
	protobuf                  4.21.12          py39h23fbdae_0    conda-forge
	pscript                   0.7.7              pyhd8ed1ab_0    conda-forge
	psutil                    5.9.4            py39h02fc5c5_0    conda-forge
	pthread-stubs             0.4               h27ca646_1001    conda-forge
	ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
	pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
	py                        1.11.0             pyh6c4a22f_0    conda-forge
	py2vega                   0.6.1              pyhd8ed1ab_0    conda-forge
	pyarrow                   10.0.1          py39h7daf234_4_cpu    conda-forge
	pyasn1                    0.4.8                      py_0    conda-forge
	pyasn1-modules            0.2.7                      py_0    conda-forge
	pybind11-abi              4                    hd8ed1ab_3    conda-forge
	pybtex                    0.24.0             pyhd8ed1ab_2    conda-forge
	pybtex-docutils           1.0.2            py39h2804cbe_2    conda-forge
	pycodestyle               2.10.0             pyhd8ed1ab_0    conda-forge
	pycosat                   0.6.4            py39h02fc5c5_1    conda-forge
	pycparser                 2.21               pyhd8ed1ab_0    conda-forge
	pydantic                  1.10.4           py39h02fc5c5_1    conda-forge
	pydap                     3.3.0              pyhd8ed1ab_0    conda-forge
	pydata-sphinx-theme       0.8.1              pyhd8ed1ab_0    conda-forge
	pydocstyle                6.3.0              pyhd8ed1ab_0    conda-forge
	pyflakes                  3.0.1              pyhd8ed1ab_0    conda-forge
	pygments                  2.14.0             pyhd8ed1ab_0    conda-forge
	pyjwt                     2.6.0              pyhd8ed1ab_0    conda-forge
	pylint                    2.15.10            pyhd8ed1ab_0    conda-forge
	pynacl                    1.5.0            py39h02fc5c5_2    conda-forge
	pyopenssl                 23.0.0             pyhd8ed1ab_0    conda-forge
	pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
	pyproj                    3.4.1            py39h8a4ac70_0    conda-forge
	pyrsistent                0.19.3           py39h02fc5c5_0    conda-forge
	pyshp                     2.3.1              pyhd8ed1ab_0    conda-forge
	pysocks                   1.7.1              pyha2e5f31_6    conda-forge
	pystac                    1.6.1              pyhd8ed1ab_1    conda-forge
	pytest                    7.2.1              pyhd8ed1ab_0    conda-forge
	pytest-cov                4.0.0              pyhd8ed1ab_0    conda-forge
	pytest-notebook           0.6.1              pyhd8ed1ab_2    conda-forge
	python                    3.9.15          hea58f1e_0_cpython    conda-forge
	python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
	python-dotenv             0.21.0             pyhd8ed1ab_0    conda-forge
	python-fastjsonschema     2.16.2             pyhd8ed1ab_0    conda-forge
	python-json-logger        2.0.4              pyhd8ed1ab_0    conda-forge
	python-lsp-jsonrpc        1.0.0              pyhd8ed1ab_0    conda-forge
	python-lsp-server         1.7.0                hd8ed1ab_0    conda-forge
	python-lsp-server-base    1.7.0              pyhd8ed1ab_0    conda-forge
	python.app                1.4              py39h94aca2f_1    conda-forge
	python_abi                3.9                      3_cp39    conda-forge
	pytoolconfig              1.2.4              pyhd8ed1ab_1    conda-forge
	pytz                      2022.7.1           pyhd8ed1ab_0    conda-forge
	pyu2f                     0.1.5              pyhd8ed1ab_0    conda-forge
	pywavelets                1.4.1            py39h4d8bf0d_0    conda-forge
	pywin32-on-windows        0.1.0              pyh1179c8e_3    conda-forge
	pyyaml                    6.0              py39h02fc5c5_5    conda-forge
	pyzmq                     25.0.0           py39h0553236_0    conda-forge
	qhull                     2020.2               hc021e02_2    conda-forge
	rasterio                  1.3.4            py39h69f4551_0    conda-forge
	re2                       2022.06.01           h9a09cb3_1    conda-forge
	readline                  8.1.2                h46ed386_0    conda-forge
	readme_renderer           37.3               pyhd8ed1ab_0    conda-forge
	reproc                    14.2.4               h1a8c8d9_0    conda-forge
	reproc-cpp                14.2.4               hb7217d7_0    conda-forge
	requests                  2.28.2             pyhd8ed1ab_0    conda-forge
	requests-oauthlib         1.3.1              pyhd8ed1ab_0    conda-forge
	requests-toolbelt         0.10.1             pyhd8ed1ab_0    conda-forge
	rfc3986                   2.0.0              pyhd8ed1ab_0    conda-forge
	rich                      13.1.0             pyhd8ed1ab_0    conda-forge
	rope                      1.6.0              pyhd8ed1ab_0    conda-forge
	rsa                       4.9                pyhd8ed1ab_0    conda-forge
	rtree                     1.0.1            py39hb28b0e7_1    conda-forge
	ruamel                    1.0              py39h2804cbe_7    conda-forge
	ruamel.yaml               0.17.21          py39h02fc5c5_2    conda-forge
	ruamel.yaml.clib          0.2.7            py39h02fc5c5_1    conda-forge
	ruamel_yaml               0.15.80         py39h02fc5c5_1008    conda-forge
	ruyaml                    0.91.0             pyhd8ed1ab_0    conda-forge
	scikit-image              0.19.3           py39hde7b980_2    conda-forge
	scikit-learn              1.2.0            py39h57c6424_0    conda-forge
	scipy                     1.10.0           py39h18313fe_0    conda-forge
	seaborn                   0.12.2               hd8ed1ab_0    conda-forge
	seaborn-base              0.12.2             pyhd8ed1ab_0    conda-forge
	semver                    2.13.0             pyh9f0ad1d_0    conda-forge
	send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
	sentry-sdk                1.13.0             pyhd8ed1ab_0    conda-forge
	setproctitle              1.3.2            py39h02fc5c5_1    conda-forge
	setuptools                66.0.0             pyhd8ed1ab_0    conda-forge
	shapely                   2.0.0            py39h472ea82_0    conda-forge
	shellingham               1.5.0.post1        pyhd8ed1ab_0    conda-forge
	shortuuid                 1.0.11             pyhd8ed1ab_0    conda-forge
	simpervisor               0.4                pyhd8ed1ab_0    conda-forge
	six                       1.16.0             pyh6c4a22f_0    conda-forge
	smmap                     3.0.5              pyh44b312d_0    conda-forge
	snappy                    1.1.9                h17c5cce_2    conda-forge
	sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
	snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
	snuggs                    1.4.7                      py_0    conda-forge
	sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
	soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
	sphinx                    4.5.0              pyh6c4a22f_0    conda-forge
	sphinx-book-theme         0.3.3              pyhd8ed1ab_0    conda-forge
	sphinx-comments           0.0.3              pyh9f0ad1d_0    conda-forge
	sphinx-copybutton         0.5.0              pyhd8ed1ab_0    conda-forge
	sphinx-design             0.1.0              pyhd8ed1ab_0    conda-forge
	sphinx-external-toc       0.2.4              pyhd8ed1ab_0    conda-forge
	sphinx-jupyterbook-latex  0.4.7              pyhd8ed1ab_0    conda-forge
	sphinx-multitoc-numbering 0.1.3              pyhd8ed1ab_0    conda-forge
	sphinx-thebe              0.1.2              pyhd8ed1ab_0    conda-forge
	sphinx-togglebutton       0.3.2              pyhd8ed1ab_0    conda-forge
	sphinxcontrib-applehelp   1.0.2                      py_0    conda-forge
	sphinxcontrib-bibtex      2.5.0              pyhd8ed1ab_0    conda-forge
	sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
	sphinxcontrib-htmlhelp    2.0.0              pyhd8ed1ab_0    conda-forge
	sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
	sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
	sphinxcontrib-serializinghtml 1.1.5              pyhd8ed1ab_2    conda-forge
	sqlalchemy                1.4.46           py39h02fc5c5_0    conda-forge
	sqlite                    3.40.0               h2229b38_0    conda-forge
	sqlparse                  0.4.3              pyhd8ed1ab_0    conda-forge
	stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
	stackstac                 0.4.3              pyhd8ed1ab_0    conda-forge
	statsmodels               0.13.5           py39h4d8bf0d_2    conda-forge
	sympy                     1.11.1           py39h2804cbe_2    conda-forge
	tblib                     1.7.0              pyhd8ed1ab_0    conda-forge
	tenacity                  8.1.0              pyhd8ed1ab_0    conda-forge
	terminado                 0.17.1             pyhd1c38e8_0    conda-forge
	threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
	tifffile                  2022.10.10         pyhd8ed1ab_0    conda-forge
	tiledb                    2.13.2               h9bd36d0_0    conda-forge
	tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
	tk                        8.6.12               he1e0b03_0    conda-forge
	toml                      0.10.2             pyhd8ed1ab_0    conda-forge
	tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
	tomlkit                   0.11.6             pyha770c72_0    conda-forge
	toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
	tornado                   6.1              py39hb18efdd_3    conda-forge
	tqdm                      4.64.1             pyhd8ed1ab_0    conda-forge
	traitlets                 5.8.1              pyhd8ed1ab_0    conda-forge
	traittypes                0.2.1              pyh9f0ad1d_2    conda-forge
	twine                     4.0.2              pyhd8ed1ab_0    conda-forge
	typed-ast                 1.5.4            py39h02fc5c5_1    conda-forge
	types-pytz                2022.7.1.0         pyhd8ed1ab_0    conda-forge
	typing                    3.10.0.0           pyhd8ed1ab_0    conda-forge
	typing-extensions         4.4.0                hd8ed1ab_0    conda-forge
	typing_extensions         4.4.0              pyha770c72_0    conda-forge
	tzcode                    2022g                h1a8c8d9_0    conda-forge
	tzdata                    2022g                h191b570_0    conda-forge
	uc-micro-py               1.0.1              pyhd8ed1ab_0    conda-forge
	ujson                     5.5.0            py39h23fbdae_1    conda-forge
	unicodedata2              15.0.0           py39h02fc5c5_0    conda-forge
	urllib3                   1.26.14            pyhd8ed1ab_0    conda-forge
	wandb                     0.13.9             pyhd8ed1ab_0    conda-forge
	wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
	webencodings              0.5.1                      py_1    conda-forge
	webob                     1.8.7              pyhd8ed1ab_0    conda-forge
	websocket-client          1.4.2              pyhd8ed1ab_0    conda-forge
	whatthepatch              1.0.3              pyhd8ed1ab_0    conda-forge
	wheel                     0.38.4             pyhd8ed1ab_0    conda-forge
	widgetsnbextension        3.5.2            py39h2804cbe_1    conda-forge
	wrapt                     1.14.1           py39h02fc5c5_1    conda-forge
	xarray                    2022.12.0          pyhd8ed1ab_0    conda-forge
	xerces-c                  3.2.4                h627aa08_1    conda-forge
	xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge
	xorg-libxau               1.0.9                h27ca646_0    conda-forge
	xorg-libxdmcp             1.1.3                h27ca646_0    conda-forge
	xyzservices               2022.9.0           pyhd8ed1ab_0    conda-forge
	xz                        5.2.6                h57fd34a_0    conda-forge
	yaml                      0.2.5                h3422bc3_2    conda-forge
	yaml-cpp                  0.7.0                hb7217d7_2    conda-forge
	yapf                      0.32.0             pyhd8ed1ab_0    conda-forge
	yarl                      1.8.2            py39h02fc5c5_0    conda-forge
	zarr                      2.13.3             pyhd8ed1ab_0    conda-forge
	zeromq                    4.3.4                hbdafb3b_1    conda-forge
	zfp                       1.0.0                hb6e4faa_3    conda-forge
	zict                      2.2.0              pyhd8ed1ab_0    conda-forge
	zipp                      3.11.0             pyhd8ed1ab_0    conda-forge
	zlib                      1.2.13               h03a7124_4    conda-forge
	zlib-ng                   2.0.6                he4db4b2_0    conda-forge
	zstandard                 0.19.0           py39h1334381_1    conda-forge
	zstd                      1.5.2                h68b4297_4    conda-forge

conda env:
	name: base
	channels:
	  - conda-forge
	  - defaults
	dependencies:
	  - _ipython_minor_entry_point=8.7.0=h8cf3c4a_0
	  - abseil-cpp=20220623.0=he4e09e4_6
	  - affine=2.3.1=pyhd8ed1ab_0
	  - aiohttp=3.8.3=py39h02fc5c5_1
	  - aiosignal=1.3.1=pyhd8ed1ab_0
	  - alabaster=0.7.13=pyhd8ed1ab_0
	  - altair=4.2.0=pyhd8ed1ab_2
	  - anyio=3.6.2=pyhd8ed1ab_0
	  - aom=3.5.0=h7ea286d_0
	  - appdirs=1.4.4=pyh9f0ad1d_0
	  - appnope=0.1.3=pyhd8ed1ab_0
	  - argon2-cffi=21.3.0=pyhd8ed1ab_0
	  - argon2-cffi-bindings=21.2.0=py39h02fc5c5_3
	  - arrow-cpp=10.0.1=h44b9a77_4_cpu
	  - asciitree=0.3.3=py_2
	  - asn1crypto=1.5.1=pyhd8ed1ab_0
	  - astroid=2.13.2=py39h2804cbe_0
	  - asttokens=2.2.1=pyhd8ed1ab_0
	  - async-timeout=4.0.2=pyhd8ed1ab_0
	  - attrs=21.4.0=pyhd8ed1ab_0
	  - autopep8=1.6.0=pyhd8ed1ab_1
	  - aws-c-auth=0.6.21=h3ff8548_3
	  - aws-c-cal=0.5.20=h7a1267a_3
	  - aws-c-common=0.8.5=h1a8c8d9_0
	  - aws-c-compression=0.2.16=ha56e2a8_0
	  - aws-c-event-stream=0.2.17=h79945f9_1
	  - aws-c-http=0.7.0=h1f22901_0
	  - aws-c-io=0.13.12=h2ec9475_1
	  - aws-c-mqtt=0.7.13=h7873e71_12
	  - aws-c-s3=0.2.1=hb5f3373_4
	  - aws-c-sdkutils=0.1.7=ha56e2a8_0
	  - aws-checksums=0.1.14=ha56e2a8_0
	  - aws-crt-cpp=0.18.16=he889ef6_8
	  - aws-sdk-cpp=1.9.379=hc7b7603_7
	  - babel=2.11.0=pyhd8ed1ab_0
	  - backcall=0.2.0=pyh9f0ad1d_0
	  - backports=1.0=pyhd8ed1ab_3
	  - backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
	  - backports.zoneinfo=0.2.1=py39h2804cbe_7
	  - bcrypt=3.2.2=py39h02fc5c5_1
	  - beautifulsoup4=4.11.1=pyha770c72_0
	  - black=22.12.0=py39h2804cbe_0
	  - bleach=5.0.1=pyhd8ed1ab_0
	  - blinker=1.5=pyhd8ed1ab_0
	  - blosc=1.21.3=h1d6ff8b_0
	  - bokeh=3.0.3=pyhd8ed1ab_0
	  - boost-cpp=1.78.0=h1cb353e_1
	  - bqplot=0.12.36=pyhd8ed1ab_0
	  - branca=0.6.0=pyhd8ed1ab_0
	  - brotli=1.0.9=h1a8c8d9_8
	  - brotli-bin=1.0.9=h1a8c8d9_8
	  - brotlipy=0.7.0=py39h02fc5c5_1005
	  - brunsli=0.1=h9f76cd9_0
	  - build=0.7.0=pyhd8ed1ab_0
	  - bzip2=1.0.8=h3422bc3_4
	  - c-ares=1.18.1=h3422bc3_0
	  - c-blosc2=2.6.1=h303ed30_0
	  - ca-certificates=2022.12.7=h4653dfc_0
	  - cached-property=1.5.2=hd8ed1ab_1
	  - cached_property=1.5.2=pyha770c72_1
	  - cachetools=5.2.1=pyhd8ed1ab_0
	  - cairo=1.16.0=h73a0509_1014
	  - cartopy=0.21.1=py39hda17d7f_0
	  - certifi=2022.12.7=pyhd8ed1ab_0
	  - cffi=1.15.1=py39h7e6b969_3
	  - cfitsio=4.2.0=h2f961c4_0
	  - cftime=1.6.2=py39h4d8bf0d_1
	  - chardet=5.1.0=py39h2804cbe_0
	  - charls=2.4.1=hb7217d7_0
	  - charset-normalizer=2.1.1=pyhd8ed1ab_0
	  - click=8.1.3=unix_pyhd8ed1ab_2
	  - click-completion=0.5.0=py_1
	  - click-log=0.4.0=pyhd8ed1ab_0
	  - click-plugins=1.1.1=py_0
	  - cligj=0.7.2=pyhd8ed1ab_1
	  - cloudpickle=2.2.0=pyhd8ed1ab_0
	  - cmarkgfm=0.8.0=py39h02fc5c5_2
	  - colorama=0.4.6=pyhd8ed1ab_0
	  - comm=0.1.2=pyhd8ed1ab_0
	  - commonmark=0.9.1=py_0
	  - conda=22.11.1=py39h2804cbe_1
	  - conda-package-handling=2.0.2=pyh38be061_0
	  - conda-package-streaming=0.7.0=pyhd8ed1ab_1
	  - contourpy=1.0.7=py39haaf3ac1_0
	  - coverage=7.0.5=py39h02fc5c5_0
	  - cryptography=39.0.0=py39he2a39a8_0
	  - curl=7.87.0=h9049daf_0
	  - cycler=0.11.0=pyhd8ed1ab_0
	  - cython=0.29.33=py39h23fbdae_0
	  - cytoolz=0.12.0=py39h02fc5c5_1
	  - dask=2022.11.0=pyhd8ed1ab_0
	  - dask-core=2022.11.0=pyhd8ed1ab_0
	  - dask-labextension=6.0.0=pyhd8ed1ab_0
	  - dataclasses=0.8=pyhc8e2a94_3
	  - dav1d=1.0.0=he4db4b2_1
	  - debugpy=1.6.5=py39h23fbdae_0
	  - decorator=5.1.1=pyhd8ed1ab_0
	  - defusedxml=0.7.1=pyhd8ed1ab_0
	  - dill=0.3.6=pyhd8ed1ab_1
	  - distributed=2022.11.0=pyhd8ed1ab_0
	  - distro=1.6.0=pyhd8ed1ab_0
	  - docker-py=6.0.0=pyhd8ed1ab_0
	  - docker-pycreds=0.4.0=py_0
	  - docopt=0.6.2=py_1
	  - docstring-to-markdown=0.11=pyhd8ed1ab_0
	  - docutils=0.17.1=py39h2804cbe_3
	  - entrypoints=0.4=pyhd8ed1ab_0
	  - escapism=1.0.1=pyh9f0ad1d_0
	  - et_xmlfile=1.0.1=py_1001
	  - exceptiongroup=1.1.0=pyhd8ed1ab_0
	  - executing=1.2.0=pyhd8ed1ab_0
	  - expat=2.5.0=hb7217d7_0
	  - fasteners=0.17.3=pyhd8ed1ab_0
	  - fastprogress=1.0.3=pyhd8ed1ab_0
	  - fiona=1.8.22=py39h9e5269e_5
	  - flake8=6.0.0=pyhd8ed1ab_0
	  - flit-core=3.8.0=pyhd8ed1ab_0
	  - fmt=9.1.0=hffc8910_0
	  - folium=0.14.0=pyhd8ed1ab_0
	  - font-ttf-dejavu-sans-mono=2.37=hab24e00_0
	  - font-ttf-inconsolata=3.000=h77eed37_0
	  - font-ttf-source-code-pro=2.038=h77eed37_0
	  - font-ttf-ubuntu=0.83=hab24e00_0
	  - fontconfig=2.14.1=h82840c6_0
	  - fonts-conda-ecosystem=1=0
	  - fonts-conda-forge=1=0
	  - fonttools=4.38.0=py39h02fc5c5_1
	  - fortran-magic=0.7=py_1001
	  - freetype=2.12.1=hd633e50_1
	  - freexl=1.0.6=h1a8c8d9_1
	  - frozenlist=1.3.3=py39h02fc5c5_0
	  - fsspec=2022.11.0=pyhd8ed1ab_0
	  - future=0.18.3=pyhd8ed1ab_0
	  - gast=0.4.0=pyh9f0ad1d_0
	  - gdal=3.6.2=py39h766d3fc_3
	  - geopandas=0.12.2=pyhd8ed1ab_0
	  - geopandas-base=0.12.2=pyha770c72_0
	  - geos=3.11.1=hb7217d7_0
	  - geotiff=1.7.1=heeaeb2e_5
	  - gettext=0.21.1=h0186832_0
	  - gflags=2.2.2=hc88da5d_1004
	  - giflib=5.2.1=h27ca646_2
	  - gitdb=4.0.10=pyhd8ed1ab_0
	  - gitpython=3.1.30=pyhd8ed1ab_0
	  - glog=0.6.0=h6da1cb0_0
	  - gmp=6.2.1=h9f76cd9_0
	  - gmpy2=2.1.2=py39h0b4f9c6_1
	  - google-auth=2.16.0=pyh1a96a4e_1
	  - google-auth-oauthlib=0.8.0=pyhd8ed1ab_0
	  - greenlet=2.0.1=py39h23fbdae_0
	  - grpc-cpp=1.51.1=h44b9a77_0
	  - gspread=5.7.1=pyh1a96a4e_0
	  - h5netcdf=1.1.0=pyhd8ed1ab_0
	  - h5py=3.7.0=nompi_py39hc9149d8_102
	  - hdf4=4.2.15=h1a38d6a_5
	  - hdf5=1.12.2=nompi_ha7af310_101
	  - heapdict=1.0.1=py_0
	  - hypothesis=6.62.1=pyha770c72_0
	  - icu=70.1=h6b3803e_0
	  - idna=3.4=pyhd8ed1ab_0
	  - imagecodecs=2022.12.24=py39h43d391a_2
	  - imageio=2.24.0=pyh24c5eb1_0
	  - imagesize=1.4.1=pyhd8ed1ab_0
	  - importlib-metadata=6.0.0=pyha770c72_0
	  - importlib_metadata=6.0.0=hd8ed1ab_0
	  - importlib_resources=5.10.2=pyhd8ed1ab_0
	  - iniconfig=2.0.0=pyhd8ed1ab_0
	  - intake=0.6.6=pyhd8ed1ab_0
	  - intake-esm=2022.9.18=pyhd8ed1ab_0
	  - intake-geopandas=0.4.0=pyhd8ed1ab_0
	  - intake-stac=0.4.0=pyhd8ed1ab_0
	  - intake-xarray=0.6.1=pyhd8ed1ab_0
	  - ipycanvas=0.13.1=pyhd8ed1ab_0
	  - ipydatagrid=1.1.14=pyhd8ed1ab_0
	  - ipykernel=6.20.2=pyh736e0ef_0
	  - ipyleaflet=0.17.2=pyhd8ed1ab_0
	  - ipympl=0.9.2=pyhd8ed1ab_0
	  - ipyparallel=8.4.1=pyhd8ed1ab_0
	  - ipysheet=0.7.0=pyhd8ed1ab_0
	  - ipython=8.7.0=pyhd1c38e8_0
	  - ipython-sql=0.3.9=pyhd8ed1ab_1004
	  - ipython_genutils=0.2.0=py_1
	  - ipywidgets=7.6.5=pyhd8ed1ab_0
	  - iso8601=1.1.0=pyhd8ed1ab_0
	  - isort=5.11.4=pyhd8ed1ab_1
	  - jaraco.classes=3.2.3=pyhd8ed1ab_0
	  - jedi=0.18.2=pyhd8ed1ab_0
	  - jinja2=3.0.3=pyhd8ed1ab_0
	  - joblib=1.2.0=pyhd8ed1ab_0
	  - jpeg=9e=he4db4b2_2
	  - json-c=0.16=hc449e50_0
	  - json5=0.9.5=pyh9f0ad1d_0
	  - jsonschema=3.2.0=pyhd8ed1ab_3
	  - jupyter=1.0.0=py39h2804cbe_8
	  - jupyter-book=0.13.1=pyhd8ed1ab_0
	  - jupyter-cache=0.4.3=pyhd8ed1ab_0
	  - jupyter-lsp=1.5.1=pyhd8ed1ab_0
	  - jupyter-repo2docker=2022.10.0=pyhd8ed1ab_0
	  - jupyter-resource-usage=0.7.0=pyhd8ed1ab_0
	  - jupyter-server-mathjax=0.2.6=pyh5bfe37b_1
	  - jupyter-server-proxy=3.2.2=pyhd8ed1ab_0
	  - jupyter-sphinx=0.3.2=pyhd8ed1ab_1
	  - jupyter_client=7.3.4=pyhd8ed1ab_0
	  - jupyter_console=6.4.4=pyhd8ed1ab_0
	  - jupyter_core=5.1.3=py39h2804cbe_0
	  - jupyter_server=1.23.5=pyhd8ed1ab_0
	  - jupyterlab=3.5.2=pyhd8ed1ab_0
	  - jupyterlab-blockly=0.2.1=pyhd8ed1ab_0
	  - jupyterlab-drawio=0.9.0=pyhd8ed1ab_0
	  - jupyterlab-favorites=3.1.1=pyhd8ed1ab_0
	  - jupyterlab-geojson=3.3.1=pyhd8ed1ab_0
	  - jupyterlab-git=0.41.0=pyhd8ed1ab_1
	  - jupyterlab-lsp=3.10.2=pyhd8ed1ab_0
	  - jupyterlab-markup=2.0.0=pyhd8ed1ab_0
	  - jupyterlab-topbar=0.6.1=pyhd8ed1ab_2
	  - jupyterlab-variableinspector=3.0.9=pyhd8ed1ab_0
	  - jupyterlab_pygments=0.2.2=pyhd8ed1ab_0
	  - jupyterlab_server=2.16.6=pyhd8ed1ab_0
	  - jupyterlab_widgets=3.0.5=pyhd8ed1ab_0
	  - jupytext=1.14.4=pyhcff175f_0
	  - jxrlib=1.1=h27ca646_2
	  - kealib=1.5.0=hfd766a6_0
	  - keyring=23.13.1=py39h2804cbe_0
	  - kiwisolver=1.4.4=py39haaf3ac1_1
	  - krb5=1.20.1=h69eda48_0
	  - latexcodec=2.0.1=pyh9f0ad1d_0
	  - lazy-object-proxy=1.9.0=py39h02fc5c5_0
	  - lcms2=2.14=h481adae_1
	  - lerc=4.0.0=h9a09cb3_0
	  - libabseil=20220623.0=cxx17_h28b99d4_6
	  - libaec=1.0.6=hb7217d7_1
	  - libarchive=3.6.2=h83f22c9_0
	  - libarrow=10.0.1=h198b93e_4_cpu
	  - libavif=0.11.1=h3d80962_0
	  - libblas=3.9.0=16_osxarm64_openblas
	  - libbrotlicommon=1.0.9=h1a8c8d9_8
	  - libbrotlidec=1.0.9=h1a8c8d9_8
	  - libbrotlienc=1.0.9=h1a8c8d9_8
	  - libcblas=3.9.0=16_osxarm64_openblas
	  - libcrc32c=1.1.2=hbdafb3b_0
	  - libcurl=7.87.0=h9049daf_0
	  - libcxx=14.0.6=h04bba0f_0
	  - libdap4=3.20.6=h8510809_2
	  - libdeflate=1.17=h1a8c8d9_0
	  - libedit=3.1.20191231=hc8eb9b7_2
	  - libev=4.33=h642e427_1
	  - libevent=2.1.10=h7673551_4
	  - libffi=3.4.2=h3422bc3_5
	  - libgdal=3.6.2=h9bae3ae_3
	  - libgfortran=5.0.0=11_3_0_hd922786_27
	  - libgfortran5=11.3.0=hdaf2cc0_27
	  - libglib=2.74.1=h4646484_1
	  - libgoogle-cloud=2.5.0=hcf11473_1
	  - libgrpc=1.51.1=h55edf5b_0
	  - libiconv=1.17=he4db4b2_0
	  - libjpeg-turbo=2.1.4=h1a8c8d9_0
	  - libkml=1.3.0=h41464e4_1015
	  - liblapack=3.9.0=16_osxarm64_openblas
	  - libllvm10=10.0.1=h4468dd5_2
	  - libllvm11=11.1.0=hfa12f05_5
	  - libmamba=1.2.0=h7d1d596_0
	  - libmambapy=1.2.0=py39h6901ea2_0
	  - libnetcdf=4.8.1=nompi_h2510be2_106
	  - libnghttp2=1.51.0=hae82a92_0
	  - libopenblas=0.3.21=openmp_hc731615_3
	  - libpng=1.6.39=h76d750c_0
	  - libpq=15.1=h1a28acd_3
	  - libprotobuf=3.21.12=hb5ab8b9_0
	  - librttopo=1.1.0=h844f84d_12
	  - libsodium=1.0.18=h27ca646_1
	  - libsolv=0.7.23=hb5ab8b9_0
	  - libspatialindex=1.9.3=hbdafb3b_4
	  - libspatialite=5.0.1=h558e587_22
	  - libsqlite=3.40.0=h76d750c_0
	  - libssh2=1.10.0=h7a5bd25_3
	  - libthrift=0.16.0=h6635e49_2
	  - libtiff=4.5.0=h5dffbdd_2
	  - libutf8proc=2.8.0=h1a8c8d9_0
	  - libuv=1.44.2=he4db4b2_0
	  - libwebp=1.2.4=h999c80f_1
	  - libwebp-base=1.2.4=h57fd34a_0
	  - libxcb=1.13=h9b22ae9_1004
	  - libxml2=2.10.3=h87b0503_1
	  - libxslt=1.1.37=h1bd8bc4_0
	  - libzip=1.9.2=h76ab92c_1
	  - libzlib=1.2.13=h03a7124_4
	  - libzopfli=1.0.3=h9f76cd9_0
	  - linkify-it-py=1.0.3=pyhd8ed1ab_0
	  - llvm-openmp=15.0.7=h7cfbb63_0
	  - llvmlite=0.39.1=py39h8ca5d33_1
	  - locket=1.0.0=pyhd8ed1ab_0
	  - lxml=4.9.2=py39h0520ce3_0
	  - lz4=4.2.0=py39hb35ce34_0
	  - lz4-c=1.9.3=hbdafb3b_1
	  - lzo=2.10=h642e427_1000
	  - mamba=1.2.0=py39ha55b623_0
	  - mapclassify=2.5.0=pyhd8ed1ab_1
	  - markdown-it-py=1.1.0=pyhd8ed1ab_0
	  - markupsafe=2.1.1=py39h02fc5c5_2
	  - matplotlib=3.6.3=py39hdf13c20_0
	  - matplotlib-base=3.6.3=py39h35e9e80_0
	  - mccabe=0.7.0=pyhd8ed1ab_0
	  - mdit-py-plugins=0.2.8=pyhd8ed1ab_0
	  - mistune=0.8.4=pyh1a96a4e_1006
	  - mock=5.0.1=pyhd8ed1ab_0
	  - more-itertools=9.0.0=pyhd8ed1ab_0
	  - mpc=1.2.1=h309154c_0
	  - mpfr=4.1.0=h6d7a090_1
	  - mpmath=1.2.1=pyhd8ed1ab_0
	  - msgpack-python=1.0.4=py39haaf3ac1_1
	  - multidict=6.0.4=py39h02fc5c5_0
	  - munch=2.5.0=py_0
	  - munkres=1.1.4=pyh9f0ad1d_0
	  - mypy_extensions=0.4.3=py39h2804cbe_6
	  - myst-nb=0.13.2=pyhd8ed1ab_0
	  - myst-parser=0.15.2=pyhd8ed1ab_0
	  - nbclassic=0.4.8=pyhd8ed1ab_0
	  - nbclient=0.5.13=pyhd8ed1ab_0
	  - nbconvert=6.5.3=pyhd8ed1ab_0
	  - nbconvert-core=6.5.3=pyhd8ed1ab_0
	  - nbconvert-pandoc=6.5.3=pyhd8ed1ab_0
	  - nbdime=3.1.1=pyhd8ed1ab_0
	  - nbformat=5.7.3=pyhd8ed1ab_0
	  - ncurses=6.3=h07bb92c_1
	  - nest-asyncio=1.5.6=pyhd8ed1ab_0
	  - netcdf4=1.6.2=nompi_py39h8ded8ba_100
	  - networkx=3.0=pyhd8ed1ab_0
	  - nodejs=18.12.1=h26a3f6d_0
	  - notebook=6.5.2=pyha770c72_1
	  - notebook-shim=0.2.2=pyhd8ed1ab_0
	  - nspr=4.35=hb7217d7_0
	  - nss=3.78=h1483a63_0
	  - numba=0.56.4=py39h251cc7c_0
	  - numcodecs=0.11.0=py39h23fbdae_1
	  - numpy=1.23.5=py39hefdcf20_0
	  - numpydoc=1.5.0=pyhd8ed1ab_0
	  - oauthlib=3.2.2=pyhd8ed1ab_0
	  - openai=0.26.0=pyhd8ed1ab_0
	  - openjpeg=2.5.0=hbc2ba62_2
	  - openpyxl=3.0.10=py39h02fc5c5_2
	  - openssl=3.0.7=h03a7124_1
	  - orc=1.8.2=hef0d403_0
	  - packaging=23.0=pyhd8ed1ab_0
	  - pandas=1.5.2=py39hde7b980_2
	  - pandas-stubs=1.5.2.230105=pyhd8ed1ab_2
	  - pandoc=2.19.2=hce30654_1
	  - pandocfilters=1.5.0=pyhd8ed1ab_0
	  - paramiko=2.12.0=pyhd8ed1ab_0
	  - parquet-cpp=1.5.1=2
	  - parso=0.8.3=pyhd8ed1ab_0
	  - partd=1.3.0=pyhd8ed1ab_0
	  - pathspec=0.10.3=pyhd8ed1ab_0
	  - pathtools=0.1.2=py_1
	  - patsy=0.5.3=pyhd8ed1ab_0
	  - pcre=8.45=hbdafb3b_0
	  - pcre2=10.40=hb34f9b4_0
	  - pep517=0.13.0=pyhd8ed1ab_0
	  - pep8=1.7.1=py_0
	  - pexpect=4.8.0=pyh9f0ad1d_2
	  - pickleshare=0.7.5=py_1003
	  - pillow=9.4.0=py39h8bbe137_0
	  - pip=22.3.1=pyhd8ed1ab_0
	  - pixman=0.40.0=h27ca646_0
	  - pkginfo=1.9.6=pyhd8ed1ab_0
	  - platformdirs=2.6.2=pyhd8ed1ab_0
	  - plotly=5.12.0=pyhd8ed1ab_1
	  - pluggy=1.0.0=pyhd8ed1ab_5
	  - pooch=1.6.0=pyhd8ed1ab_0
	  - poppler=22.12.0=h9564b9f_1
	  - poppler-data=0.4.11=hd8ed1ab_0
	  - postgresql=15.1=h45c140d_3
	  - prettytable=3.6.0=pyhd8ed1ab_0
	  - proj=9.1.0=h13f728c_1
	  - prometheus_client=0.15.0=pyhd8ed1ab_0
	  - promise=2.3=py39h2804cbe_7
	  - prompt-toolkit=3.0.36=pyha770c72_0
	  - prompt_toolkit=3.0.36=hd8ed1ab_0
	  - protobuf=4.21.12=py39h23fbdae_0
	  - pscript=0.7.7=pyhd8ed1ab_0
	  - psutil=5.9.4=py39h02fc5c5_0
	  - pthread-stubs=0.4=h27ca646_1001
	  - ptyprocess=0.7.0=pyhd3deb0d_0
	  - pure_eval=0.2.2=pyhd8ed1ab_0
	  - py=1.11.0=pyh6c4a22f_0
	  - py2vega=0.6.1=pyhd8ed1ab_0
	  - pyarrow=10.0.1=py39h7daf234_4_cpu
	  - pyasn1=0.4.8=py_0
	  - pyasn1-modules=0.2.7=py_0
	  - pybind11-abi=4=hd8ed1ab_3
	  - pybtex=0.24.0=pyhd8ed1ab_2
	  - pybtex-docutils=1.0.2=py39h2804cbe_2
	  - pycodestyle=2.10.0=pyhd8ed1ab_0
	  - pycosat=0.6.4=py39h02fc5c5_1
	  - pycparser=2.21=pyhd8ed1ab_0
	  - pydantic=1.10.4=py39h02fc5c5_1
	  - pydap=3.3.0=pyhd8ed1ab_0
	  - pydata-sphinx-theme=0.8.1=pyhd8ed1ab_0
	  - pydocstyle=6.3.0=pyhd8ed1ab_0
	  - pyflakes=3.0.1=pyhd8ed1ab_0
	  - pygments=2.14.0=pyhd8ed1ab_0
	  - pyjwt=2.6.0=pyhd8ed1ab_0
	  - pylint=2.15.10=pyhd8ed1ab_0
	  - pynacl=1.5.0=py39h02fc5c5_2
	  - pyopenssl=23.0.0=pyhd8ed1ab_0
	  - pyparsing=3.0.9=pyhd8ed1ab_0
	  - pyproj=3.4.1=py39h8a4ac70_0
	  - pyrsistent=0.19.3=py39h02fc5c5_0
	  - pyshp=2.3.1=pyhd8ed1ab_0
	  - pysocks=1.7.1=pyha2e5f31_6
	  - pystac=1.6.1=pyhd8ed1ab_1
	  - pytest=7.2.1=pyhd8ed1ab_0
	  - pytest-cov=4.0.0=pyhd8ed1ab_0
	  - pytest-notebook=0.6.1=pyhd8ed1ab_2
	  - python=3.9.15=hea58f1e_0_cpython
	  - python-dateutil=2.8.2=pyhd8ed1ab_0
	  - python-dotenv=0.21.0=pyhd8ed1ab_0
	  - python-fastjsonschema=2.16.2=pyhd8ed1ab_0
	  - python-json-logger=2.0.4=pyhd8ed1ab_0
	  - python-lsp-jsonrpc=1.0.0=pyhd8ed1ab_0
	  - python-lsp-server=1.7.0=hd8ed1ab_0
	  - python-lsp-server-base=1.7.0=pyhd8ed1ab_0
	  - python.app=1.4=py39h94aca2f_1
	  - python_abi=3.9=3_cp39
	  - pytoolconfig=1.2.4=pyhd8ed1ab_1
	  - pytz=2022.7.1=pyhd8ed1ab_0
	  - pyu2f=0.1.5=pyhd8ed1ab_0
	  - pywavelets=1.4.1=py39h4d8bf0d_0
	  - pywin32-on-windows=0.1.0=pyh1179c8e_3
	  - pyyaml=6.0=py39h02fc5c5_5
	  - pyzmq=25.0.0=py39h0553236_0
	  - qhull=2020.2=hc021e02_2
	  - rasterio=1.3.4=py39h69f4551_0
	  - re2=2022.06.01=h9a09cb3_1
	  - readline=8.1.2=h46ed386_0
	  - readme_renderer=37.3=pyhd8ed1ab_0
	  - reproc=14.2.4=h1a8c8d9_0
	  - reproc-cpp=14.2.4=hb7217d7_0
	  - requests=2.28.2=pyhd8ed1ab_0
	  - requests-oauthlib=1.3.1=pyhd8ed1ab_0
	  - requests-toolbelt=0.10.1=pyhd8ed1ab_0
	  - rfc3986=2.0.0=pyhd8ed1ab_0
	  - rich=13.1.0=pyhd8ed1ab_0
	  - rope=1.6.0=pyhd8ed1ab_0
	  - rsa=4.9=pyhd8ed1ab_0
	  - rtree=1.0.1=py39hb28b0e7_1
	  - ruamel=1.0=py39h2804cbe_7
	  - ruamel.yaml=0.17.21=py39h02fc5c5_2
	  - ruamel.yaml.clib=0.2.7=py39h02fc5c5_1
	  - ruamel_yaml=0.15.80=py39h02fc5c5_1008
	  - ruyaml=0.91.0=pyhd8ed1ab_0
	  - scikit-image=0.19.3=py39hde7b980_2
	  - scikit-learn=1.2.0=py39h57c6424_0
	  - scipy=1.10.0=py39h18313fe_0
	  - seaborn=0.12.2=hd8ed1ab_0
	  - seaborn-base=0.12.2=pyhd8ed1ab_0
	  - semver=2.13.0=pyh9f0ad1d_0
	  - send2trash=1.8.0=pyhd8ed1ab_0
	  - sentry-sdk=1.13.0=pyhd8ed1ab_0
	  - setproctitle=1.3.2=py39h02fc5c5_1
	  - setuptools=66.0.0=pyhd8ed1ab_0
	  - shapely=2.0.0=py39h472ea82_0
	  - shellingham=1.5.0.post1=pyhd8ed1ab_0
	  - shortuuid=1.0.11=pyhd8ed1ab_0
	  - simpervisor=0.4=pyhd8ed1ab_0
	  - six=1.16.0=pyh6c4a22f_0
	  - smmap=3.0.5=pyh44b312d_0
	  - snappy=1.1.9=h17c5cce_2
	  - sniffio=1.3.0=pyhd8ed1ab_0
	  - snowballstemmer=2.2.0=pyhd8ed1ab_0
	  - snuggs=1.4.7=py_0
	  - sortedcontainers=2.4.0=pyhd8ed1ab_0
	  - soupsieve=2.3.2.post1=pyhd8ed1ab_0
	  - sphinx=4.5.0=pyh6c4a22f_0
	  - sphinx-book-theme=0.3.3=pyhd8ed1ab_0
	  - sphinx-comments=0.0.3=pyh9f0ad1d_0
	  - sphinx-copybutton=0.5.0=pyhd8ed1ab_0
	  - sphinx-design=0.1.0=pyhd8ed1ab_0
	  - sphinx-external-toc=0.2.4=pyhd8ed1ab_0
	  - sphinx-jupyterbook-latex=0.4.7=pyhd8ed1ab_0
	  - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_0
	  - sphinx-thebe=0.1.2=pyhd8ed1ab_0
	  - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0
	  - sphinxcontrib-applehelp=1.0.2=py_0
	  - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0
	  - sphinxcontrib-devhelp=1.0.2=py_0
	  - sphinxcontrib-htmlhelp=2.0.0=pyhd8ed1ab_0
	  - sphinxcontrib-jsmath=1.0.1=py_0
	  - sphinxcontrib-qthelp=1.0.3=py_0
	  - sphinxcontrib-serializinghtml=1.1.5=pyhd8ed1ab_2
	  - sqlalchemy=1.4.46=py39h02fc5c5_0
	  - sqlite=3.40.0=h2229b38_0
	  - sqlparse=0.4.3=pyhd8ed1ab_0
	  - stack_data=0.6.2=pyhd8ed1ab_0
	  - stackstac=0.4.3=pyhd8ed1ab_0
	  - statsmodels=0.13.5=py39h4d8bf0d_2
	  - sympy=1.11.1=py39h2804cbe_2
	  - tblib=1.7.0=pyhd8ed1ab_0
	  - tenacity=8.1.0=pyhd8ed1ab_0
	  - terminado=0.17.1=pyhd1c38e8_0
	  - threadpoolctl=3.1.0=pyh8a188c0_0
	  - tifffile=2022.10.10=pyhd8ed1ab_0
	  - tiledb=2.13.2=h9bd36d0_0
	  - tinycss2=1.2.1=pyhd8ed1ab_0
	  - tk=8.6.12=he1e0b03_0
	  - toml=0.10.2=pyhd8ed1ab_0
	  - tomli=2.0.1=pyhd8ed1ab_0
	  - tomlkit=0.11.6=pyha770c72_0
	  - toolz=0.12.0=pyhd8ed1ab_0
	  - tornado=6.1=py39hb18efdd_3
	  - tqdm=4.64.1=pyhd8ed1ab_0
	  - traitlets=5.8.1=pyhd8ed1ab_0
	  - traittypes=0.2.1=pyh9f0ad1d_2
	  - twine=4.0.2=pyhd8ed1ab_0
	  - typed-ast=1.5.4=py39h02fc5c5_1
	  - types-pytz=2022.7.1.0=pyhd8ed1ab_0
	  - typing=3.10.0.0=pyhd8ed1ab_0
	  - typing-extensions=4.4.0=hd8ed1ab_0
	  - typing_extensions=4.4.0=pyha770c72_0
	  - tzcode=2022g=h1a8c8d9_0
	  - tzdata=2022g=h191b570_0
	  - uc-micro-py=1.0.1=pyhd8ed1ab_0
	  - ujson=5.5.0=py39h23fbdae_1
	  - unicodedata2=15.0.0=py39h02fc5c5_0
	  - urllib3=1.26.14=pyhd8ed1ab_0
	  - wandb=0.13.9=pyhd8ed1ab_0
	  - wcwidth=0.2.6=pyhd8ed1ab_0
	  - webencodings=0.5.1=py_1
	  - webob=1.8.7=pyhd8ed1ab_0
	  - websocket-client=1.4.2=pyhd8ed1ab_0
	  - whatthepatch=1.0.3=pyhd8ed1ab_0
	  - wheel=0.38.4=pyhd8ed1ab_0
	  - widgetsnbextension=3.5.2=py39h2804cbe_1
	  - wrapt=1.14.1=py39h02fc5c5_1
	  - xarray=2022.12.0=pyhd8ed1ab_0
	  - xerces-c=3.2.4=h627aa08_1
	  - xlrd=2.0.1=pyhd8ed1ab_3
	  - xorg-libxau=1.0.9=h27ca646_0
	  - xorg-libxdmcp=1.1.3=h27ca646_0
	  - xyzservices=2022.9.0=pyhd8ed1ab_0
	  - xz=5.2.6=h57fd34a_0
	  - yaml=0.2.5=h3422bc3_2
	  - yaml-cpp=0.7.0=hb7217d7_2
	  - yapf=0.32.0=pyhd8ed1ab_0
	  - yarl=1.8.2=py39h02fc5c5_0
	  - zarr=2.13.3=pyhd8ed1ab_0
	  - zeromq=4.3.4=hbdafb3b_1
	  - zfp=1.0.0=hb6e4faa_3
	  - zict=2.2.0=pyhd8ed1ab_0
	  - zipp=3.11.0=pyhd8ed1ab_0
	  - zlib=1.2.13=h03a7124_4
	  - zlib-ng=2.0.6=he4db4b2_0
	  - zstandard=0.19.0=py39h1334381_1
	  - zstd=1.5.2=h68b4297_4
	  - pip:
	      - matplotlib-inline==0.1.4
	prefix: /Users/fperez/local/conda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants