Skip to content

Commit 24b5a6c

Browse files
authored
Update README.md
1 parent 59515fd commit 24b5a6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![Github Actions Status](https://github.com/atmos-cloud-sim-uj/utils/workflows/Pylint/badge.svg?branch=main)](https://github.com/atmos-cloud-sim-uj/utils/actions)
55
[![PyPI version](https://badge.fury.io/py/atmos-cloud-sim-uj-utils.svg)](https://pypi.org/project/atmos-cloud-sim-uj-utils)
66

7-
utility routines used in [PySDM](https://github.com/atmos-cloud-sim-uj/PySDM) and [PyMPDATA](https://github.com/atmos-cloud-sim-uj/PyMPDATA) example Jupyter notebooks:
8-
- [``pip_install_on_colab('package_a', 'package_b', ...)``](https://atmos-cloud-sim-uj.github.io/utils/pip_install_on_colab.html) function handling execution of ``pip`` (and ``ldconfig``) on Colab
9-
- [``TemporaryFile``](https://atmos-cloud-sim-uj.github.io/utils/temporary_file.html) class equipped with ``make_link_widget()`` method returning a click-to-download Colab-compatible widget to be display()-ed in a Jupyter notebook
10-
- [``show_plot()``](https://atmos-cloud-sim-uj.github.io/utils/show_plot.html) drop-in replacement for matplotlib's show() displaying the figure and a download-as-pdf widget just below
7+
Utility routines used in Jupyter notebooks in [PySDM-examples](https://github.com/atmos-cloud-sim-uj/PySDM-examples), [PyMPDATA-examples](https://github.com/atmos-cloud-sim-uj/PyMPDATA-examples) and [PyPartMC-examples](https://github.com/open-atmos/PyPartMC-examples) projects:
8+
- [``show_plot()``](https://atmos-cloud-sim-uj.github.io/utils/show_plot.html) - a drop-in replacement for matplotlib's show() displaying the figure using vector graphics (svg) by default and offering a download-as-pdf widget just below (on Colab the widget triggers Google Drive download)
9+
- [``TemporaryFile``](https://atmos-cloud-sim-uj.github.io/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
10+
- [``pip_install_on_colab('package_a', 'package_b', ...)``](https://atmos-cloud-sim-uj.github.io/utils/pip_install_on_colab.html) - a function handling execution of ``pip`` (and ``ldconfig``) on Colab
1111

1212
public API docs are maintained at: https://atmos-cloud-sim-uj.github.io/utils/

0 commit comments

Comments
 (0)