jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
615 stars 220 forks source link

Conda -> Venv for local development #1294

Closed bloomsa closed 8 months ago

bloomsa commented 1 year ago

Problem

I'm wondering if there's any appetite for migrating from conda to venv for local development environment setup. I recently began the process in order to try tackling #1089 and I thought it might make more sense to use the Python endorsed virtual environment tool as long as we didn't need any specific conda features. It would reduce the barrier to entry for new contributions since more people might be familiar with setting up their virtual environments using that.

Proposed Solution

Additional context