Skip to content

Instantly share code, notes, and snippets.

@martinsotir
Created October 17, 2020 15:44
Show Gist options
  • Save martinsotir/8f775054558c4ed193c1689f71816e46 to your computer and use it in GitHub Desktop.
Save martinsotir/8f775054558c4ed193c1689f71816e46 to your computer and use it in GitHub Desktop.
Juytercon2020 notes

Jupytercon 2020

Day 1

  • Datasette: Simple tabular data cataloging et sharing tool, with extensible data exploration and wrangling UI.
  • QRI: Slithly similar to Datasette, with versioning and a cloud offering.
  • ❤️ ipyannotator: Extensible annotation tool based on Jupyter widgets.
  • ipython-sql and jupyterlab-sql Ipython magic for SQL.
  • ❤️ Kedro (Pipeline et model de projet pour la datascience): Framework encouraging the adoption and sharing of data science the best pratices by providing a project cookicutter (includes a configuration and data catalog strutcture, a python based makefile-like utility and a pipeline execution library).
  • fastai/NBdev: develop python libraries through Jupyter Noteboooks (litterate programming)
  • ❤️ Lux Smart data exploration widget for Jupyter : suggest plots from an intent description.
  • Elyra A set of etensions easing the developpement of AI pipeline using jupyter notebooks.

Day 2

  • ❤️ jupytext: Utilities to work with plain text notebooks (like rmarkdown notebooks).
  • ❤️ jupyterbook: A set of tool to create online books from a collection of jupyter notebooks (with extended MyST markdown syntax)
  • fastpages: A blog platform based on jupyter notebooks
  • provbook: Tracks and review jupyter notebook past states.
  • ❤️ pynvml: Access nvidia-smi GPU status in python
  • nvdashboard: GPU usage monitoring within jupyterlab.
  • dask-labextension: Integrate Dask dashboard in jupyterlab.
  • ❤️ pydeck Integration of deck.gl for python Jupyter notebook
  • perspective realtime tabular data visualisation and exploration tool for jupyter (demo here.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment