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

[Doc]: Add instructions for setting ESMF ESMKFILE env variable in Jupyter-based environments #636

Closed
tomvothecoder opened this issue Apr 10, 2024 · 0 comments · Fixed by #643
Labels
type: docs Updates to documentation

Comments

@tomvothecoder
Copy link
Collaborator

Describe your documentation update

Related to: #574
Solution: #574 (comment)

Workaround (this must be broken into two Jupyter cells if using Jupyter):

Cell one:

import os
os.environ['ESMFMKFILE'] = 'conda-envs/xcdat/lib/esmf.mk'

Cell two:

import xcdat as xc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Updates to documentation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant