JupySpace is a web server and client allowing to manage conda-forge environments from the browser and access them through JupyterLab.
Install micromamba for your platform, then:
pip install jupyspace
Install micromamba for your platform, then:
micromamba create -n jupyspace
micromamba activate jupyspace
micromamba install -c conda-forge python
pip install -e jupyspace_api
pip install -e plugins/localspace
pip install -e plugins/spacex
pip install -e .[test]
asphalt run config.yaml
jupyspace --open-browser