jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.01k stars 341 forks source link

Clarifying Licensing Issue for Anaconda #977

Closed AlexisMignon closed 2 weeks ago

AlexisMignon commented 3 months ago

Proposed change

TLJH uses conda as a package manager. Professional use of Anaconda requires a specific license, and it is not clear whether using TLJH requires subscribing to such a license or whether it remains in the use cases compatible with the free license.

The documentation should clarify this point and potentially provide guidelines to remain in the free licensing framework if possible.

Who would use this feature?

This will be useful for any person wanting to use TLJH professionally.

welcome[bot] commented 3 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

minrk commented 3 months ago

While TLJH uses conda, it does not use Anaconda. Anaconda is one distribution of conda packages, but not all conda packages. We get our conda packages from conda-forge, which are not covered by Anaconda license terms, nor is the use of conda itself.

Now you as a deployment can install packages from Anaconda (conda install --channel anaconda) if you want, but TLJH won't do this by default.

yuvipanda commented 2 weeks ago

Closing as answered by @minrk.