Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyfast/gists
https://github.com/tonyfast/gists
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonyfast/gists
- Owner: tonyfast
- Created: 2019-09-17T11:12:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T18:40:00.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T19:25:02.662Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: https://tonyfast.github.io/gists/
- Size: 1.54 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/tonyfast/gists/master)\n",
"![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tonyfast)"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"%reload_ext tonyfast"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"from tonyfast import jschema, articles; import pandas, requests"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}