Package open_atmos_jupyter_utils

utility routines used in PySDM and PyMPDATA example Jupyter notebooks

Expand source code
"""
utility routines used in PySDM and PyMPDATA example Jupyter notebooks
"""
from open_atmos_jupyter_utils.pip_install_on_colab import pip_install_on_colab
from open_atmos_jupyter_utils.temporary_file import TemporaryFile
from open_atmos_jupyter_utils.show_plot import show_plot, save_and_make_link

Sub-modules

open_atmos_jupyter_utils.pip_install_on_colab
open_atmos_jupyter_utils.show_plot
open_atmos_jupyter_utils.temporary_file