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.
- Host: GitHub
- URL: https://github.com/whatishedoing/jupyter-test
- Owner: WhatIsHeDoing
- License: unlicense
- Created: 2019-11-19T22:53:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T23:04:56.000Z (over 6 years ago)
- Last Synced: 2025-04-03T18:51:12.884Z (about 1 year ago)
- Topics: binder, jupyter-notebook, python
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Test
[][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/