Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

edits to aid in navigation of Readme.md #269

Merged
merged 2 commits into from
Nov 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,30 @@
[![PyPI](https://img.shields.io/pypi/v/retrolab.svg)](https://pypi.org/project/retrolab)
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/retrolab.svg)](https://anaconda.org/conda-forge/retrolab)

`RetroLab` (also known as _JupyterLab Retro_, previously called _JupyterLab Classic_) is a [JupyterLab](https://github.com/jupyterlab/jupyterlab) distribution with a retro look and feel.
[Introduction](#introduction) | [Try it](#try-it-online-in-your-browser) |
[Installation](#install) | [Usage](#usage) | [Tour](#tour) |
[Contributing](#contributing) | [Motivation](#motivation) |
[vs Other Jupyter Frontends](#relation-to-other-jupyter-frontends) |
[Community Guidelines](#community-guidelines-and-code-of-conduct)

## Introduction

`RetroLab` (also known as _JupyterLab Retro_, previously called _JupyterLab
Classic_) is a [JupyterLab](https://github.com/jupyterlab/jupyterlab)
distribution with a retro look and feel, more similar to the classic
[Jupyter notebook](https://github.com/jupyter/notebook).

![retrolab](https://user-images.githubusercontent.com/591645/138552467-ed2d96ff-1ea3-496c-bc7b-660d009c1459.png)

## Try it online in your browser

It is possible to try RetroLab on Binder without installing anything using the following link:
It is possible to try RetroLab on the web in Binder without installing
anything:

<a href="https://mybinder.org/v2/gist/jtpio/4a6a34da66b32249e28df718ec30e4d7/master?urlpath=/retro/notebooks/tour.ipynb">
<img
alt="Try it on Binder"
src="https://mybinder.org/badge_logo.svg"
width="256"
/>
</a>
- A tour of the current release:
[![Binder Tour](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/jtpio/4a6a34da66b32249e28df718ec30e4d7/master?urlpath=/retro/notebooks/tour.ipynb)
- The current state of this development repository:
[![Binder Main](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/retrolab/main?urlpath=retro/tree)

## Install

Expand Down