Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbrochart/jupyspace
https://github.com/davidbrochart/jupyspace
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidbrochart/jupyspace
- Owner: davidbrochart
- License: mit
- Created: 2022-09-12T15:16:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T07:51:54.000Z (over 1 year ago)
- Last Synced: 2024-04-28T15:02:46.900Z (7 months ago)
- Language: Python
- Size: 152 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-python-htmx - JupySpace - FastAPI-a9bbcc?style=flat&logo=fastapi&logoColor=black" alt="FastAPI"></a><br/> (Projects Using PyHAT (or similar) 🏗️ / Tools <a name = "tools"></a>)
README
# JupySpace
[![PyPI - Version](https://img.shields.io/pypi/v/jupyspace.svg)](https://pypi.org/project/jupyspace)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyspace.svg)](https://pypi.org/project/jupyspace)
[![Build Status](https://github.com/davidbrochart/jupyspace/workflows/CI/badge.svg)](https://github.com/davidbrochart/jupyspace/actions)JupySpace is a web server and client allowing to manage [conda-forge](https://conda-forge.org) environments from the browser and access them through [JupyterLab](https://jupyterlab.readthedocs.io).
## Installation
Install [micromamba](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) for your platform, then:
```console
pip install jupyspace
```## Development installation
Install [micromamba](https://mamba.readthedocs.io/en/latest/installation.html#micromamba) for your platform, then:
```console
micromamba create -n jupyspace
micromamba activate jupyspace
micromamba install -c conda-forge pythonpip install -e jupyspace_api
pip install -e plugins/localspace
pip install -e plugins/spacex
pip install -e .[test]asphalt run config.yaml
```## Usage
```console
jupyspace --open-browser
```