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

argopy notebook ok? #67

Open
gaelforget opened this issue Sep 26, 2024 · 2 comments
Open

argopy notebook ok? #67

gaelforget opened this issue Sep 26, 2024 · 2 comments

Comments

@gaelforget
Copy link
Member

gaelforget commented Sep 26, 2024

The argopy notebook was recently updated to the new interface that is based on PythonCall.jl and CondaPkg.jl (in ArgoData.jl v0.1.23 ).

There are a few ways the Pluto notebook could be improved without too much work probably. For example, a couple other functionalities of argopy could be demonstrated (code cells) and a bit more information on argopy added (markdown cells).

@gmaze , are you able to run the notebook?

@gmaze
Copy link
Member

gmaze commented Sep 26, 2024

Yes I was able to run the notebook, although it took quite a long time to compile everything
You could add a link toward the argopy documentation: https://argopy.readthedocs.io
One of the most important feature of argopy is that it let users choose how much of the Argo jargon to see with the user mode

@gaelforget
Copy link
Member Author

Yes I was able to run the notebook, although it took quite a long time to compile everything

Great to hear!

Should be faster the 2nd time around. The time to compile (or rather compile+boot up) here includes installing argopy and its dependencies , and downloading data to plot. Second time around it should skip installing argopy due to :

argopy=try
    ArgoData.pyimport(:argopy)
catch
    ArgoData.conda(:argopy)
    ArgoData.pyimport(:argopy)
end

You could add a link toward the argopy documentation: https://argopy.readthedocs.io/

Technically there is one. But good point that more is needed.

One of the most important feature of argopy is that it let users choose how much of the Argo jargon to see with the user mode

I need to explore more. Don't hesitate to send a PR on this

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

No branches or pull requests

2 participants