An open API service indexing awesome lists of open source software.

https://github.com/whatishedoing/jupyter-test

A simple notebook that tests various interesting features of Jupyter.
https://github.com/whatishedoing/jupyter-test

binder jupyter-notebook python

Last synced: about 2 months ago
JSON representation

A simple notebook that tests various interesting features of Jupyter.

Awesome Lists containing this project

README

          

# Jupyter Test

[![Binder](https://mybinder.org/badge_logo.svg)][Binder]

## 👋 Introduction

This is a simple notebook that tests various interesting features of [Jupyter].

You can see this in action on [nbviewer], or edit it on [Binder].

## Setup

Assuming you have [Python] installed, clone this repo, and run the following:

```bash
pip install -r requirements.txt
jupyter notebook
```

[Binder]: https://mybinder.org/v2/gh/WhatIsHeDoing/jupyter-test/master?filepath=plotly-tutorial.ipynb
[Jupyter]: https://jupyter.org/
[nbviewer]: https://nbviewer.jupyter.org/github/WhatIsHeDoing/jupyter-test/blob/master/plotly-tutorial.ipynb
[Python]: https://www.python.org/