From 2673f0af2ffdb61c8f6f7d992762618fa9ffa599 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 25 Apr 2023 09:51:51 +0200 Subject: [PATCH] Update README --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cbe2210..47e1384 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ -# jupyspace +# 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) ------ - -**Table of Contents** - -- [Installation](#installation) -- [License](#license) +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 @@ -39,7 +34,3 @@ asphalt run config.yaml ```console jupyspace --open-browser ``` - -## License - -`jupyspace` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.