added test for get_recipe_from_notebook

This commit is contained in:
PatchOfScotland
2023-03-14 13:39:01 +01:00
parent 40ed98000b
commit af489d2bb9
9 changed files with 27 additions and 16 deletions

View File

@ -1,4 +1,4 @@
from .jupyter_notebook_recipe import JupyterNotebookRecipe, PapermillHandler, \
getRecipeFromNotebook
get_recipe_from_notebook
from .python_recipe import PythonRecipe, PythonHandler