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

Add Conda Ecosystem Explained article. #198

Merged
merged 28 commits into from
Aug 22, 2024
Merged

Conversation

jezdez
Copy link
Member

@jezdez jezdez commented Aug 14, 2024

Description

Just a quick overview about the conda ecosystem, for reasons..

@dashagurova Could you take a look please?

@jezdez jezdez requested a review from jaimergp August 14, 2024 13:23
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for conda-dot-org ready!

Name Link
🔨 Latest commit 31d93da
🔍 Latest deploy log https://app.netlify.com/sites/conda-dot-org/deploys/66bcafbfe8696d00086c1413
😎 Deploy Preview https://deploy-preview-198--conda-dot-org.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jezdez jezdez marked this pull request as draft August 14, 2024 13:23
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for conda-dot-org ready!

Name Link
🔨 Latest commit 3f5fe0c
🔍 Latest deploy log https://app.netlify.com/sites/conda-dot-org/deploys/66c3c436db79320008777fe0
😎 Deploy Preview https://deploy-preview-198--conda-dot-org.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jezdez jezdez requested a review from chenghlee August 14, 2024 13:45
Copy link
Contributor

@jaimergp jaimergp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm missing some comments on the existing mirrors of the popular Anaconda.org channels and how to run a conda instance without Anaconda.org (or at least examples of such). Ideally we would have standards that explain how to set up a conda channel from scratch, but well, we'll get there.

Namely, I'd like to see mentions of:

  • The OCI mirror in GHCR (with its limitations and differences)
  • The Prefix mirror
  • The conda-subchannel prototypes using Github Releases (only small channels or CEP-15 mirrors)
  • Examples of non-anaconda.org mirrors in the wild (universities, Artifactory, etc)

Thanks a lot for putting this together!

blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
Copy link
Contributor

@kathatherine kathatherine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Realized most of the way through that this is still in draft form, but here are some edits!

blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
blog/2024-08-14-conda-ecosystem-explained.mdx Outdated Show resolved Hide resolved
jezdez and others added 2 commits August 14, 2024 21:55
Co-authored-by: Katherine Kinnaman <[email protected]>
Co-authored-by: jaimergp <[email protected]>
<th>Installer name</th>
<th>Package manager included</th>
<th>Automatically sets channel as</th>
<th>Status</th>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this column is necessary.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In what way, unnecessary to highlight that pixi is still emerging?

Co-authored-by: Bianca Henderson <[email protected]>
@jezdez jezdez requested a review from jaimergp August 22, 2024 08:38
@@ -41,7 +41,7 @@ repos:
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [jsx, javascript, mdx, markdown]
types_or: [jsx, javascript]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this was removed but we can revisit in the future.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prettier was reformatting the HTML tables embedded in the Markdown, adding significant whitespace that rendered the table weirdly. Ultimately, this is an issue that can be resolved by updating the CSS, but this was faster. Change is here: 3f5fe0c (#198)

@jezdez jezdez merged commit 01b5cdd into main Aug 22, 2024
6 checks passed
@jezdez jezdez deleted the conda-ecosystem-explained branch August 22, 2024 10:12
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

Successfully merging this pull request may close these issues.