Skip to content

Commit 87fc126

Browse files
authored
Clean up README (#2)
1 parent f6803e1 commit 87fc126

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: javascript
2+
node_js:
3+
- '12'
4+
script:
5+
- yarn run lint
6+
- yarn run test

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# jupyterlab-execute-time
2+
[![NPM version][npm-image]][npm-url] [![NPM DM][npm-dm-image]][npm-url] [![Build Status][travis-image]][travis-url]
3+
24

35
Display cell timings.
46

5-
![Screenshot](https://github.com/deshaw/jupyterlab-execute-time/blob/master/docs/execute-time-screenshot.png 'Execute Time Screenshot')
7+
![Execute Time Screenshot](./docs/execute-time-screenshot.png)
68

79
This is inspired by the notebook version [here](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbextensions/execute_time).
810

@@ -73,3 +75,11 @@ This plugin was contributed back to the community by the [D. E. Shaw group](http
7375
This project is released under a [BSD-3-Clause license](https://github.com/deshaw/jupyterlab-execute-time/blob/master/LICENSE.txt).
7476

7577
"Jupyter" is a trademark of the NumFOCUS foundation, of which Project Jupyter is a part.
78+
79+
[npm-url]: https://npmjs.org/package/jupyterlab-execute-time
80+
[npm-image]: https://badge.fury.io/js/jupyterlab-execute-time.png
81+
[npm-dm-image]: https://img.shields.io/npm/dm/jupyterlab-execute-time.svg
82+
83+
[travis-url]: http://travis-ci.org/deshaw/jupyterlab-execute-time
84+
[travis-image]: https://secure.travis-ci.org/deshaw/jupyterlab-execute-time.png?branch=master
85+

0 commit comments

Comments
 (0)