All Projects → iiSeymour → nbtop

iiSeymour / nbtop

Licence: MIT License
IPython Notebook server monitor inspired by htop

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nbtop

Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-72%)
Mutual labels:  jupyter, ipython-notebook
Flasked Notebooks
Rendering IPython Notebooks using Flask
Stars: ✭ 59 (+18%)
Mutual labels:  jupyter, ipython-notebook
Nbstripout
strip output from Jupyter and IPython notebooks
Stars: ✭ 738 (+1376%)
Mutual labels:  jupyter, ipython-notebook
Vscodejupyter
Jupyter for Visual Studio Code
Stars: ✭ 337 (+574%)
Mutual labels:  jupyter, ipython-notebook
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (+242%)
Mutual labels:  jupyter, ipython-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (+80%)
Mutual labels:  jupyter, ipython-notebook
Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (+8%)
Mutual labels:  jupyter, ipython-notebook
itikz
Cell and line magic for PGF/TikZ-to-SVG rendering in Jupyter notebooks
Stars: ✭ 55 (+10%)
Mutual labels:  jupyter, ipython-notebook
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (+190%)
Mutual labels:  jupyter, ipython-notebook
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (+176%)
Mutual labels:  jupyter, ipython-notebook
argparse-to-class
Transform argparse into class format for Jupyter Notebook execution
Stars: ✭ 20 (-60%)
Mutual labels:  jupyter, ipython-notebook
pytest-notebook
A pytest plugin for regression testing and regenerating Jupyter Notebooks
Stars: ✭ 35 (-30%)
Mutual labels:  jupyter, ipython-notebook
nodejs-in-notebooks
Run Node.js code in Python notebooks
Stars: ✭ 106 (+112%)
Mutual labels:  jupyter
jupyterlab-topbar
JupyterLab Top Bar extension
Stars: ✭ 95 (+90%)
Mutual labels:  jupyter
clustergrammer2-notebooks
Examples using Clustergrammer2 to explore high-dimensional datasets.
Stars: ✭ 35 (-30%)
Mutual labels:  jupyter
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+90%)
Mutual labels:  jupyter
pyconau2017-messy-sensor-data
[pyconau 2017 talk] Messy Sensor Data: A Programmer's Cleaning Guide
Stars: ✭ 16 (-68%)
Mutual labels:  jupyter
mmtf-workshop-2018
Structural Bioinformatics Training Workshop & Hackathon 2018
Stars: ✭ 50 (+0%)
Mutual labels:  jupyter
sage-binder-env
A SageMath-based computing environment for binder
Stars: ✭ 17 (-66%)
Mutual labels:  jupyter
R-in-Jupyter-with-Binder
Example of how to use R in Jupyter notebooks and make compatible with Binder
Stars: ✭ 17 (-66%)
Mutual labels:  jupyter

nbtop

IPython Notebook server monitor inspired by htop.

screenshot

usage

$ nbtop --help
usage: nbtop [-h] [-e] [-k] [-a] [-l] [-p] [--shutdown-all] -u URL [-v]

optional arguments:
  -h, --help         show this help message and exit
  -e, --extension    strip notebook extensions
  -k, --insecure     no verification of SSL certificates
  -a, --abs          show memory usage in absolute values (KB, MB, GB)
  -l, --links        display full notebook URLs
  -p, --passwd       prompt for notebook server password
  --shutdown-all     shutdown all notebooks on the server
  -u URL, --url URL  IPython notebook server url
  -v, --version      show program's version number and exit

installation

From pip:

$ pip install --user nbtop

From github:

$ git clone https://github.com/iiSeymour/nbtop
$ cd nbtop
$ python setup.py install

notes

nbtop uses the kernel ids of running notebooks (queried from /api/sessions) and matches them to running processes on the server. If nbtop is pointed at a remote notebook server the memory and cpu percentage will be displayed as -99.

license

MIT Copyright (c) 2015 - 2017 Chris Seymour

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].