Skip to content

davidbrochart/jupyspace

Repository files navigation

JupySpace

PyPI - Version PyPI - Python Version Build Status

JupySpace is a web server and client allowing to manage conda-forge environments from the browser and access them through JupyterLab.

Installation

Install micromamba for your platform, then:

pip install jupyspace

Development installation

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

Usage

jupyspace --open-browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published