xCDAT / xcdat

An extension of xarray for climate data analysis on structured grids.
https://xcdat.readthedocs.io/en/latest/
Apache License 2.0
101 stars 11 forks source link

[Doc]: Add steps for setting up kernel and make conda env setup consistent across Jupyter Notebooks #647

Closed tomvothecoder closed 1 month ago

tomvothecoder commented 2 months ago

Describe your documentation update

Related to https://github.com/xCDAT/xcdat/pull/646#issuecomment-2064657988

We can either 1) add a note on the notebooks to let the the user know Python3 (ipykernel) is the kernel of xcdat_notebook by default or 2) add the extra step to register the kernel in all of the notebooks, which is necessary if the tries to use the notebooks through a Jupyter instance invoked elsewhere and not xcdat_notebook.

Also we should make sure the conda env setup instructions are identical across notebooks.