Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-atmos/jupyter-utils
utility routines used in PySDM, PyPartMC & PyMPDATA example Jupyter notebooks
https://github.com/open-atmos/jupyter-utils
colab jupyter-notebook matplotlib pip pypi-package python
Last synced: about 1 month ago
JSON representation
utility routines used in PySDM, PyPartMC & PyMPDATA example Jupyter notebooks
- Host: GitHub
- URL: https://github.com/open-atmos/jupyter-utils
- Owner: open-atmos
- License: gpl-3.0
- Created: 2021-09-16T19:28:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:41:19.000Z (7 months ago)
- Last Synced: 2024-04-23T11:15:26.429Z (7 months ago)
- Topics: colab, jupyter-notebook, matplotlib, pip, pypi-package, python
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# open-atmos-jupyter-utils
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Github Actions Status](https://github.com/open-atmos/jupyter-utils/workflows/Pylint/badge.svg?branch=main)](https://github.com/open-atmos/jupyter-utils/actions)
[![PyPI version](https://badge.fury.io/py/open-atmos-jupyter-utils.svg)](https://pypi.org/project/open-atmos-jupyter-utils)Utility routines used in Jupyter notebooks in [PySDM](https://github.com/open-atmos/PySDM), [PyMPDATA](https://github.com/open-atmos/PyMPDATA) and [PyPartMC](https://github.com/open-atmos/PyPartMC) projects:
- [``show_plot()``](https://open-atmos.github.io/jupyter-utils/open_atmos_jupyter_utils/show_plot.html) - a drop-in replacement for matplotlib's show() displaying the figure inline using vector graphics (svg) by default and offering a download-as-pdf-or-svg widget just below (on Colab the widget triggers Google Drive download)
- [``TemporaryFile``](https://open-atmos.github.io/jupyter-utils/open_atmos_jupyter_utils/temporary_file.html) - a class equipped with ``make_link_widget()`` method returning a click-to-download Colab-compatible widget to be display()-ed in a Jupyter notebook
- [``pip_install_on_colab('package_a', 'package_b', ...)``](https://open-atmos.github.io/jupyter-utils/open_atmos_jupyter_utils/pip_install_on_colab.html) - a function handling execution of ``pip`` (and ``ldconfig``) on Colabpublic API docs are maintained at: https://open-atmos.github.io/jupyter-utils/