jupyspace


Keywords
conda, jupyter
License
MIT
Install
pip install jupyspace==0.0.4

Documentation

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