deeplook / ipyrest

An emerging widget for exploring RESTful APIs in Jupyter notebooks.
MIT License
28 stars 4 forks source link

Add CSVResponseView #1

Closed jtpio closed 5 years ago

jtpio commented 5 years ago

Using the qgrid widget: https://github.com/quantopian/qgrid

For JupyterLab, this requires installing the JL extension:

jupyter labextension install qgrid

ipyrest-qgrid

deeplook commented 5 years ago

Nice! Would you mind adding a simple-minded test, too? See tests/api_server.py and tests/test_local.py...