Coverage for pyquickhelper/ipythonhelper/__init__.py: 100%

16 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-03 02:21 +0200

1""" 

2@file 

3@brief Shortcuts to ipythonhelper 

4""" 

5 

6from .html_forms import open_html_form 

7from .interact import StaticInteract 

8from .kindofcompletion import AutoCompletion, AutoCompletionFile 

9from .magic_class import MagicClassWithHelpers 

10from .magic_parser import MagicCommandParser 

11from .notebook_exception import NotebookException, InNotebookException, JupyterException 

12from .notebook_helper import upgrade_notebook, read_nb, read_nb_json, find_notebook_kernel, get_notebook_kernel 

13from .notebook_helper import install_jupyter_kernel, install_python_kernel_for_unittest, remove_kernel 

14from .notebook_helper import install_notebook_extension, get_installed_notebook_extension, get_jupyter_datadir 

15from .notebook_helper import remove_execution_number 

16from .notebook_runner import NotebookError, NotebookRunner 

17from .run_notebook import execute_notebook_list, run_notebook, execute_notebook_list_finalize_ut, retrieve_notebooks_in_folder 

18from .run_notebook import notebook_coverage, badge_notebook_coverage 

19from .run_notebook import get_additional_paths 

20from .unittest_notebook import test_notebook_execution_coverage 

21from .widgets import RangeWidget, DropDownWidget, RadioWidget