{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "#hide\n", "from ghtop.ghtop import *" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# ghtop\n", "\n", "> See what's happening on GitHub in real time (also helpful if you need to use up your API quota as quickly as possible)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Install" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`pip install ghtop`" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\"Screen" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## How to use (This Will Change)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Install the `emoji` and `enlighten` packages with pip to use this. Also whatever other packages you need – you'll figure it out.\n", "\n", "Shared under the MIT license with :heart: by @nat" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "2" ] }, "execution_count": null, "metadata": {}, "output_type": "execute_result" } ], "source": [ "1+1" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" } }, "nbformat": 4, "nbformat_minor": 2 }